Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2017-11-08 00:51:57

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

Outputting a valid .ics file from an Event for download

Hi,

i wish, my Events could be downloadable as a file for an iCalendar or vCalendar to get the Event-Informations in the own digital calendar.

Is there any plugins or “how to” to make this with a valid .ics file?
I have try http://de-online.co.uk/2006/05/05/textpattern-and-ical, but its not outputting a link from the .ics file – i can only see the content, cant downloadable the event-informations.
What I do wrong or could do others?

Best would be, if the .ics-file-link would be inside the event-article or as button.

Best regards
Lythande

Offline

#2 2017-11-08 08:52:20

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,577
Website

Re: Outputting a valid .ics file from an Event for download

I’m no expert on this, but I think you need the correct download headers to make the ics file download rather than display.

One way you can do that is to put your code to generate the ics file in a form for using with rah_external_output form (github link as gocom’s homepage seems to be down at the moment) and prefixing that form with:

; Content-Type: text/calendar
; Content-Disposition: attachment; filename=invite.ics

See the instructions with rah_external_output. The Content-Type infos I’ve given are from this page.

If, for example, you name your form rah_eo_generate-ics, you can then call it as a link in your page template as:

<a href="http://example.com/?rah_external_output=generate-ics&event=<txp:article_id />">Download ics</a>

You then use adi_gps, rah_gps or similar in your form to grab the article id and plug that into your article_custom tag as a tag in tag, e.g.

<txp:rah_gps name="event" />
<!-- OR: <txp:adi_gps name="event" quiet="1" /> if using adi_gps -->
<txp:article_custom id='<txp:variable name="event" />' section="events">
…
</txp:article_custom>

PS: You should also put some checks in place to ensure the ics generator can’t be misused: for example, check that the event attribute you get is a valid integer and end the ics generator if not, restrict your article_custom tag to the section with your events so that other article ids from your site cannot be processed, and prevent it from doing anything if no event is specified.


TXP Builders – finely-crafted code, design and txp

Offline

#3 2017-11-08 09:16:46

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,577
Website

Re: Outputting a valid .ics file from an Event for download

I think you can do the integer safety check like this:

<txp:rah_gps name="event" />
<!-- OR: <txp:adi_gps name="event" quiet="1" /> if using adi_gps -->
<txp:php>
  global $variable;
  if( !ctype_digit($variable['event']) ){
    $variable['event'] = '';
  }
</txp:php>
<txp:if_variable name="event" value=""><txp:else />
  <txp:article_custom id='<txp:variable name="event" />' section="events">
    …
  </txp:article_custom>
</txp:if_variable>

That should check if the event string is comprised just of digits (see ctype_digit) and set it to nothing if not. The if_variable-is-empty-else bit then only outputs the code if the variable event is actually a digit.


TXP Builders – finely-crafted code, design and txp

Offline

#4 2017-11-08 09:49:20

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,006
Website GitHub Mastodon Twitter

Re: Outputting a valid .ics file from an Event for download

this would be an excellent howto for txptips. Julian, would you mind very much if you submitted it there?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#5 2017-11-08 10:00:16

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,577
Website

Re: Outputting a valid .ics file from an Event for download

In principle, that’s fine, but let’s see how Lythande gets on with it.


TXP Builders – finely-crafted code, design and txp

Offline

#6 2017-11-08 10:02:17

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

Re: Outputting a valid .ics file from an Event for download

Much thanks jakob! :)
I try it now…

Offline

#7 2017-11-08 10:27:06

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

Re: Outputting a valid .ics file from an Event for download

From rah_gps – is there any a .txt-File with the Plugin? On GitHub I dont find it… (only a .php)
I think, I try with ads_gps, because I there find a .txt-plugin.

Offline

#8 2017-11-08 11:18:28

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,577
Website

Re: Outputting a valid .ics file from an Event for download

adi_gps is just fine but requires the extra attribute. Here’s a compile of jukka’s rah_gps:

# Name: rah_gps v0.1
# Extract HTTP POST/GET values as Textpattern variables
# Author: Jukka Svahn
# URL: http://rahforum.biz
# Recommended load order: 5
# .....................................................................
# This is a plugin for Textpattern - http://textpattern.com/
# To install: textpattern > admin > plugins
# Paste the following text into the "Install plugin" box:
# .....................................................................

YToxNDp7czo0OiJuYW1lIjtzOjc6InJhaF9ncHMiO3M6NzoidmVyc2lvbiI7czozOiIwLjEi
O3M6NjoiYXV0aG9yIjtzOjExOiJKdWtrYSBTdmFobiI7czoxMDoiYXV0aG9yX3VyaSI7czox
OToiaHR0cDovL3JhaGZvcnVtLmJpeiI7czoxMToiZGVzY3JpcHRpb24iO3M6NTM6IkV4dHJh
Y3QgSFRUUCBQT1NUL0dFVCB2YWx1ZXMgYXMgVGV4dHBhdHRlcm4gdmFyaWFibGVzIjtzOjQ6
ImhlbHAiO3M6MDoiIjtzOjQ6ImNvZGUiO3M6MTU5MDoiCgovKioKICogQSBwbHVnaW4gZm9y
IFRleHRwYXR0ZXJuIENNUy4gRXh0cmFjdHMgR0VUIGFuZCBQT1NUIHZhcmlhYmxlcyBhcyBU
ZXh0cGF0dGVybiB2YXJpYWJsZXMuCiAqCiAqIEBhdXRob3IgQWRpIEdpbGJlcnQKICogQGF1
dGhvciBKdWtrYSBTdmFobgogKiBAZGF0ZSAyMDEyLQogKiBAbGljZW5zZSBHTlUgR1BMdjIK
ICogQGxpbmsgaHR0cHM6Ly9naXRodWIuY29tL2dvY29tL3JhaF9ncHMKICogCiAqIFJlcXVp
cmVzIFRleHRwYXR0ZXJuIHY0LjAuNyBvciBuZXdlci4KICovCgovKioKICogRXh0cmFjdCBI
VFRQIFBPU1QvR0VUCiAqIEBwYXJhbSBhcnJheSAkYXR0cwogKiBAcGFyYW0gc3RyaW5nICRh
dHRzW25hbWVdIENvbW1hIHNlcGFyYXRlZCBsaXN0IG9mIEhUVFAgUE9TVC9HRVQgcGFyYW1z
LgogKiBAcGFyYW0gc3RyaW5nICRhdHRzW25ld10gTmFtZSBvZiB0aGUgbmV3IHZhcmlhYmxl
LiBJZiBub3Qgc2V0LCBQT1NUL0dFVCBwYXJhbSdzIG5hbWUgaXMgdXNlZC4KICogQHBhcmFt
IGJvb2wgJGF0dHNbZXNjYXBlXSBFc2NhcGUgUE9TVC9HRVQgdmFsdWUuCiAqIEBwYXJhbSBz
dHJpbmcgJGF0dHNbdHlwZV0gU2V0cyB3aGVyZSB0byBnZXQgdmFsdWVzIChzdHJpY3RseSBQ
T1NUIG9yIGJvdGgpLiBFaXRoZXIgImdwcyIgb3IgInBzIi4KICogQHJldHVybiBub3RoaW5n
CiAqIEBzZWUgZG9fbGlzdCgpLCBncHMoKSwgcHMoKSwgdHJhY2VfYWRkKCksICR2YXJpYWJs
ZQogKiA8Y29kZT4KICoJCTx0eHA6cmFoX2dwcyBuYW1lPSJjb2xvciwgcGFnZV9pZCIgLz4K
ICogPC9jb2RlPgogKi8KCglmdW5jdGlvbiByYWhfZ3BzKCRhdHRzKSB7CgkJCgkJZ2xvYmFs
ICR2YXJpYWJsZTsKCQlzdGF0aWMgJGV4dHJhY3RlZCA9IGFycmF5KCk7CgkKCQlleHRyYWN0
KGxBdHRzKGFycmF5KAoJCQknbmFtZScgPT4gTlVMTCwKCQkJJ25ldycgPT4gJycsCgkJCSdl
c2NhcGUnID0+IDEsCgkJCSd0eXBlJyA9PiAnZ3BzJwoJCSksICRhdHRzKSk7CgkKCQkkdHlw
ZSA9ICR0eXBlICE9ICdncHMnID8gJ3BzJyA6ICdncHMnOwoJCgkJaWYoJG5hbWUgPT09IE5V
TEwpIHsKCQkJJHZhcnMgPSBhcnJheV9rZXlzKGFycmF5X21lcmdlKChhcnJheSkgJF9HRVQs
IChhcnJheSkgJF9QT1NUKSk7CgkJfQoJCgkJZWxzZSB7CgkJCSR2YXJzID0gZG9fbGlzdCgk
bmFtZSk7CgkJfQoJCgkJZm9yZWFjaCgkdmFycyBhcyAkbikgewoJCgkJCSR2YWx1ZSA9ICR0
eXBlKCRuKTsKCQkJCgkJCWlmKCFpc19zY2FsYXIoJHZhbHVlKSB8fCBpc19udWxsKCR2YWx1
ZSkpCgkJCQkkdmFsdWUgPSAnJzsKCQoJCQkkbiA9IGh0bWxzcGVjaWFsY2hhcnMoJG5ldyA/
ICRuZXcgOiAkbik7CgkJCQoJCQlpZighJG4gfHwgKCRuYW1lID09PSBOVUxMICYmIGlzc2V0
KCR2YXJpYWJsZVskbl0pICYmICFpc3NldCgkZXh0cmFjdGVkWyRuXSkpKQoJCQkJY29udGlu
dWU7CgkJCQoJCQlpZigkZXNjYXBlKQoJCQkJJHZhbHVlID0gaHRtbHNwZWNpYWxjaGFycygk
dmFsdWUpOwoKCQkJJGV4dHJhY3RlZFskbl0gPSB0cnVlOwoJCQkkdmFyaWFibGVbJG5dID0g
JHZhbHVlOwoJCQkKCQkJdHJhY2VfYWRkKCdbJy4kbi4nOiAnLiR2YWx1ZS4nXScpOwoJCX0K
CX0KIjtzOjQ6InR5cGUiO3M6MToiMCI7czo1OiJvcmRlciI7czoxOiI1IjtzOjU6ImZsYWdz
IjtzOjE6IjAiO3M6ODoidGV4dHBhY2siO3M6MDoiIjtzOjE1OiJhbGxvd19odG1sX2hlbHAi
O2k6MDtzOjg6ImhlbHBfcmF3IjtzOjMxNDQ6ImgxLiByYWhfZ3BzCgpwLiBBIHBsdWdpbiBm
b3IgIlRleHRwYXR0ZXJuIENNUyI6aHR0cDovL3d3dy50ZXh0cGF0dGVybi5jb20uIEV4dHJh
Y3RzIEhUVFAgUE9TVC9HRVQgdmFyaWFibGVzIGFzIFRleHRwYXR0ZXJuJ3MgInZhcmlhYmxl
cyI6aHR0cDovL3RleHRwYXR0ZXJuLm5ldC93aWtpL2luZGV4LnBocD90aXRsZT12YXJpYWJs
ZSB0YWdzLgoKcC4gUmFoX2dwcyBwcm9qZWN0IGlzIGJhc2VkIG9uICJBZGkgR2lsYmVydCI6
aHR0cDovL3d3dy5ncmVhdG9jZWFubWVkaWEuY29tLmF1LydzIGdyZWF0IHdvcmsgb24gImFk
aV9ncHMiOmh0dHA6Ly9mb3J1bS50ZXh0cGF0dGVybi5jb20vdmlld3RvcGljLnBocD9pZD0y
ODkzMi4gVGhlIHByb2plY3Qgb3JnaW5hdGVzIGZyb20gYSBzZWN1cml0eSBwYXRjaCAoZm9y
IGFkaV9ncHMpIHRoYXQgd2FzIHNlbnQgdG8gQWRpIGluIHRoZSBsYXRlIDIwMTEuIEFzIG9m
IEphbnVhcnkgMjksIDIwMTEgdGhpcyBwYXRjaCBoYXNuJ3QgYmVlbiByZWxlYXNlZCwgYW5k
IHRoZXJlZm9yICJJJ20iOmh0dHA6Ly90d2l0dGVyLmNvbS9nb2NvbSwgZ2l2aW5nIG15IG93
biB0YWtlbiBpbnRvIFBPU1QgYW5kIEdFVCBleHRyYWN0aW5nIGFuZCB0cnlpbmcgdG8gZG8g
aXQgYXMgc2VjdXJlbHkgYXMgcG9zc2libGUuIEluIGEgZm9ybSBvZiBuZXcgcmFoIHBsdWdp
bi4gSSBwZXJzb25hbGx5IGhvcGUgdGhhdCBBZGkgY2FuIGdldCBzb21lIGZyZWUgdGltZSBh
bmQgcmVsZWFzZSB1cGRhdGVkIHZlcnNpb24gb2YgYWRpX2dwcy4KCnAuIEZlYXR1cmUtd2lz
ZSByYWhfZ3BzIGlzbid0IDFvbjEgaWRlbnRpY2FsIHdpdGggYWRpX2dwcy4gQXBhcnQgZnJv
bSBzZWN1cml0eSBmaXhlcywgaXQgYWxzbyBoYXMsIGluIGEgc2Vuc2UsIGxlc3MgZmVhdHVy
ZXMuIEZvciBleGFtcGxlLCBpdCBoYXMgbm8gZ2xvYmFsIGV4dHJhY3RpbmcsIGl0IGNhbiBu
b3Qgb3ZlcndyaXRlIHZhcmlhYmxlcyBhbm9ueW1vdXNseSBhbmQgdGhlIGluY2x1ZGVkIHRh
ZyBpdHNlbGYgbmV2ZXIgcmV0dXJucyBhbnl0aGluZy4KCmgyLiBSZXF1aXJlbWVudHMKCnAu
IFJhaF9ncHMgYXQgbWluaW11bSByZXF1aXJlcyBUZXh0cGF0dGVybiB2ZXJzaW9uIDQuMC43
IG9yIG5ld2VyLiBUZXh0cGF0dGVybiA0LjQuMSBvciBuZXdlciBpcyBoaWdobHkgcmVjb21t
ZW5kZWQuCgpoMi4gQXR0cmlidXRlcwoKcC4gVGhlIHRhZywgQDx0eHA6cmFoX2dwcyAvPkAs
IGlzIGEgc2luZ2xlLCBzZWxmLWNsb3NpbmcgdGFnLiBJdCdzIHVzZWQgdG8gZXhwb3J0IFBP
U1QgYW5kIEdFVCB2YWx1ZXMgYXMgdmFyaWFibGVzLiBUaGUgdGFnIGl0c2VsZiBkb2Vzbid0
IHJldHVybiBhbnl0aGluZy4gQXR0cmlidXRlcyBmb3IgaXQgZm9sbG93LgoKcC4gKm5hbWUq
CkNvbW1hLXNlcGFyYXRlZCBsaXN0IG9mIEhUVFAgUE9TVC9HRVQgcGFyYW1ldGVycyB0byBl
eHBvcnQuIElmIG5vdCBkZWZpbmVkIChsZWZ0IGVtcHR5KSwgYWxsIHJlcXVlc3RlZCBwYXJh
bWF0ZXJzIGFyZSBleHBvcnRlZCBhcyB2YXJpYWJsZXMsIGV4cGVjdCBmb3IgdGhvc2UgdGhh
dCBhbHJlYWR5IGV4aXN0cyBhcyB2YXJpYWJsZXMuIEFscmVhZHkgZXhpc3RpbmcgdmFyaWFi
bGVzIGFyZSBub3Qgb3ZlcndyaXR0ZW4gd2hlbiBAbmFtZUAgaXMgbm90IHNwZWNpZmllZC4K
RGVmYXVsdDogQHVuZGVmaW5lZEAgRXhhbXBsZTogQG5hbWU9InEsIHBhZ2UsIGZvcm1faWQs
IGxvY2F0aW9uIkAKCnAuICplc2NhcGUqCklmIHNldCB0byBAMUAsIGV4dHJhY3RlZCBQT1NU
L0dFVCB2YWx1ZXMgYXJlIGVzY2FwZWQgZnJvbSBUZXh0cGF0dGVybiBhbmQgSFRNTCBtYXJr
dXAsIGFuZCBzcGVjaWFsIGNoYXJhY3RlcnMgYXJlIGNvbnZlcnRlZCB0byBIVE1MIGVudGl0
aWVzLiBCeSBkZWZhdWx0IHRoaXMgb3B0aW9uIGlzIG9uIChAMUApLCBhbmQgdXN1YWxseSBp
dCBzaG91bGQgbm90IGJlIHR1cm5lZCBvZmYuIE5ldmVyIHNldCBAZXNjYXBlQCB0byBAMEAg
KG9mZikgaWYgeW91IHBsYW4gdG8gcmV0dXJuIHRoZSB2YWx1ZXMgb24geW91ciBwYWdlIHRl
bXBsYXRlLgpEZWZhdWx0OiBAZXNjYXBlPSIxIkAgRXhhbXBsZTogQCIwIkAKCnAuICp0eXBl
KgpXaGVyZSB0byBnZXQgdGhlIHZhbHVlcywgZnJvbSBQT1NUIG9yIEdFVCByZXF1ZXN0cy4g
QXZhaWxhYmxlIHZhbHVlcyBhcmUgQGdwc0AgYW5kIEBwc0AuIElmIHNldCB0byBAcHNAIHZh
bHVlcyBhcmUgcmV0cmlldmVkIGZyb20gUE9TVC4gSWYgc2V0IHRvIEBncHNAIHZhbHVlcyBh
cmUgcmV0cmlldmVkIGZyb20gR0VULCBhbmQgZnJvbSBQT1NUIGlmIHRoZXkgYXJlIG5vdCBm
aXJzdCBmb3VuZCBpbiBHRVQuCkRlZmF1bHQ6IEB0eXBlPSJncHMiQCBFeGFtcGxlOiBAInBz
IkAKCnAuICpuZXcqCklmIGRlZmluZWQsIGV4dHJhY3RlZCB2YXJpYWJsZXMgYXJlIHJlbmFt
ZWQgdG8gdGhlIGdpdmVuIHZhbHVlLiBPbmx5IHdvcmtzIHdoZW4gZXh0cmFjdGluZyBzaW5s
ZSB2YXJpYWJsZS4gSWYgQG5ld0AgaXMgdXNlZCB3aGVuIGV4dHJhY3RpbmcgbXVsdGlwbGUg
dmFsdWVzLCBvbmx5IG9uZSB2YXJpYWJsZSB3aWxsIGJlIGNyZWF0ZWQgYW5kIHBvcHVsYXRl
ZCB3aXRoIHRoZSBsYXN0IHZhbHVlLgpEZWZhdWx0OiBAbmV3PSIiQCBFeGFtcGxlOiBAInBy
aXZhdGVfaWQiQAoKaDIuIEV4YW1wbGVzCgpoMy4gRXhhbXBsZTogIzE6IEV4dHJhY3Rpbmcg
YWxsIEdFVC9QT1NUIHZhbHVlcwoKYmMuIDx0eHA6cmFoX2dwcyAvPgoKcC4gSWYgcmVxdWVz
dGVkIHBhZ2UncyBVUkwgaXMgQD9sb2NhdGlvbj1mb29iYXImcGlkPWJhcmZvb0AsIGFib3Zl
IHdvdWxkIGNyZWF0ZSBhbmQgcG9wdWxhdGUgdHdvIHZhcmlhYmxlcywKQDx0eHA6dmFyaWFi
bGUgbmFtZT0ibG9jYXRpb24iIC8+QCBhbmQgQDx0eHA6dmFyaWFibGUgbmFtZT0icGlkIiAv
PkAuCgpoMy4gRXhhbXBsZSAjMjogRXh0cmFjdCBvbmx5IHNwZWNpZmljIHZhbHVlcwoKYmMu
IDx0eHA6cmFoX2dwcyBuYW1lPSJmb28sIGJhciIgLz4KCnAuIEFib3ZlIHdvdWxkIGV4cG9y
dCBHRVQvUE9TVCB2YWx1ZXMgdmFsdWVzIEBmb29AIGFuZCBAYmFyQCwgYW5kIGNyZWF0ZSB0
d28gbmV3ICJ2YXJpYWJsZXMiOmh0dHA6Ly90ZXh0cGF0dGVybi5uZXQvd2lraS9pbmRleC5w
aHA/dGl0bGU9dmFyaWFibGUgbmFtZWQgQGZvb0AgYW5kIEBiYXJALiI7czozOiJtZDUiO3M6
MzI6IjFlYmZhN2E4ZGFiOWJmYThmNzQ4OWNhYzUyMjgyY2QzIjt9

And here as files:


TXP Builders – finely-crafted code, design and txp

Offline

#9 2017-11-08 11:29:55

etc
Developer
Registered: 2010-11-11
Posts: 5,028
Website GitHub

Re: Outputting a valid .ics file from an Event for download

colak wrote #307686:

this would be an excellent howto for txptips. Julian, would you mind very much if you submitted it there?

You might wait for txp4.7 before submitting, since it can be done in core now (note to myself: update history).

Offline

#10 2017-11-08 11:37:58

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

Re: Outputting a valid .ics file from an Event for download

at moment I try it out:

inside the form rah_eo_generate-ics (set as “diverse” – was this right?) is now follow:

Content-Type: text/calendar
Content-Disposition: attachment; filename=invite.ics

BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:Führungstermine
PRODID:-//Apple Computer, Inc//iCal 1.5//EN
X-WR-TIMEZONE:Europe/London
<txp:article_custom form=“icsitem” time=“any” section=“naechste-fuehrungen” sortdir=“asc” limit=“10000”/>
END:VCALENDAR

the form icsitem (set as “article”) has follow text:

BEGIN:VEVENT
DTSTART:<txp:custom_field name=“DTSTART” />
DTEND:<txp:custom_field name=“DTEND” />
SUMMARY:<txp:body />
END:VEVENT

I have created two custom-fields with both names. Inside the custom-fields are follow texts in this form of the time-stamps with the true numbers:

YYYYMMDD HH:MM

Now I dont sure understanding for adi_gps-form (where should i do this line?).
Inside a new form get-article-id i have:

<txp:rah_gps name=“event” />
<txp:php> global $variable; if( !ctype_digit($variable[‘event’]) ){ $variable[‘event’] = ‘’; }
</txp:php>
<txp:if_variable name=“event” value=”“><txp:else /> <txp:article_custom id=’<txp:variable name=“event” />’ section=“naechste-fuehrungen”> … </txp:article_custom>
</txp:if_variable>

the form ics-download-link

<a href=”/?rah_external_output=generate-ics&event=<txp:article_id />”>Download ics</a>

should be inside from an article, because is for every event-article. My events is named “naechste-fuehrungen” – the section is named too. I am dont sure, leave “events” in php-lines.
So I have get the form kommende-fuehrungen for my event-article writing follow:

<div class=“artcolumn”>
<h1><txp:title /></h1>
<h2 class=“category”><txp:category1 title=“1” /></h2><txp:if_article_image>
<txp:images form=“image-grid-thumb” wraptag=“section” class=“thumbgrid” break=“figure” />
</txp:if_article_image>
<txp:output_form form=“artikel-body” />
<txp:output_form form=“ics-download-link” />
</div>

and on my site-template is this my forms for the event-articles:

<txp:article_custom section=“naechste-fuehrungen” category=”[true categories names inside…]” limit=“8” form=“kommende-fuehrungen” sort=“expires asc” offset=“0” status=“live” />

The ics-download-link has work – but the ics-event is empty, my calendar couldnt read that.

The ics-download-link outputting the article-id:
http://mydomain.de/?rah_external_output=generate-ics&event=5

Why is the content empty?

Edit the adi_gps to rah_gps-line.

Last edited by lythande (2017-11-08 11:53:43)

Offline

#11 2017-11-08 11:43:00

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

Re: Outputting a valid .ics file from an Event for download

Ah much thanks for the rah_gps-Plugin! I would use this, because the other Plugin is from rah_ too.

So i have changed from adi_gps to rah_gps, inside the one form too.

But the results are same:

Kalender kann diese Kalenderdatei nicht lesen. Es wurden keine Ereignisse zu Ihrem Kalender hinzugefügt.
(translated: Calendar cant read this calendar-file. No events have been added to your calendar.)

Last edited by lythande (2017-11-08 11:43:31)

Offline

#12 2017-11-08 13:20:09

lythande
Member
Registered: 2009-09-08
Posts: 202
Website

Re: Outputting a valid .ics file from an Event for download

I have validated the calendar-link on http://severinghaus.org/projects/icv/
and he found the first error:

Your calendar is using an invalid newline format. Make sure to use \r\n to end lines rather than just \n (RFC 2445 §4.1).
Sorry, your calendar could not be parsed.
Error: Error was: Error at line 8:[DTSTART] Unparseable date: “20180217 15:00”
Cause: Caused by: [DTSTART] Unparseable date: “20180217 15:00”

I understand now, that my timestamp was not correct. I corrected them to “20180217T150000” and End-Date same too.
(would there possible parsing the date “20180217 15:00” to “YYYYMMDDTHHMMSS”, so that I can fill in the custom-field a readable timestamp?)

Now validating again and now he fount follow error:

Your calendar is using an invalid newline format. Make sure to use \r\n to end lines rather than just \n (RFC 2445 §4.1).
Sorry, your calendar could not be parsed.
Error: Error was: Error at line 13:Illegal property [

F?HRUNG IN

Cause: Caused by: Illegal property [<DL><DT>F?HRUNG IN <SPAN CLASS]

It seems, I can’t containing the <txp:body /> inside the .ics-file.

Now I thinking about how i can make it better… It would be fine, if inside the ics-file are informations from the event and the url to the event. Maybe it should parsing to another “vCalendar”-readable informations.

The Title is the Date of the Event, inside txp:body are the informations for the event. On my startpage are the events sort of the title-date and show the informations from event (with an image).
So its make not sense to use the title in the vCalendar-Summary.

Edit: I try it with txp:title instead of txp:body and the validator mean now:

Your calendar parsed, but with errors.
Error: Error was: Property [UID] must be specified once
Cause: Sorry, I couldn’t get an exact cause.

I dont know what he mean with Property [UID]?

My iCalendar couldnt get the .ics-file, is still empty….

Last edited by lythande (2017-11-08 13:28:39)

Offline

Board footer

Powered by FluxBB