-
Hello,
I encountered a crash with a calendar having event with:
DTEND;VALUE=DATE;TZID=Europe/Paris:20150814
the crash is :
PHP Fatal error: Call to a member function setTime() on boolean in /var/w…
ounim updated
9 years ago
-
The name of the SEQ property is "SEQ" but its text output is "SEQUENCE" (as defined by the rfc).
How do you suggest to handle this? I cannot do event.addProp('SEQUENCE', 1) as it's not allowed in the …
-
I have some vcards with `/` characters in the UID, this leads to the following exception:
```
Unhandled exception occured while syncing abook from contacts.
Traceback (most recent call last):
File …
geier updated
9 years ago
-
From RFC 5545:
Every other week on Monday, Wednesday, and Friday until December
24, 1997, starting on Monday, September 1, 1997:
DTSTART;TZID=America/New_York:19970901T090000
RRULE:FREQ=WEEKLY;INTER…
-
Is there a way, or may I request support, to limit recurrences by specifying a date on which the recurrence schedule should end, or by specifying that the recurrence only recur a certain number of tim…
-
```
What steps will reproduce the problem?
1. Create an ics-file with timestamps that have a TZID like this:
DTSTAMP;TZID=Europe/Berlin:20101224T211521
DTSTART;TZID=Europe/Berlin:20110116T110000
DTEN…
-
```
What steps will reproduce the problem?
1. Create an ics-file with timestamps that have a TZID like this:
DTSTAMP;TZID=Europe/Berlin:20101224T211521
DTSTART;TZID=Europe/Berlin:20110116T110000
DTEN…
-
Is there a way to parse a ical event ? (especially the RRULE part)
For example I'd glad to make this :
```
schedule.from_ical "DTSTART:20111216T090000Z;RRULE:FREQ=YEARLY;BYMONTHDAY=6;BYMONTH=11;"
…
-
As defined in [RFC 5545](https://tools.ietf.org/html/rfc5545#section-3.2), parameter values with colons, semicolons or commas should be quoted instead of escaping those characters.
I witnessed some A…
-
Now that https://github.com/facebook/xhp-lib/blob/master/src/html/XHPHelpers.php is in XHP-Lib, we should probably actually call the functions defined in it.
With the exception of the only-render-onc…