-
```
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…
-
```
This isn't really an issue, but a reminder ;)
RFC 5545 has replaced RFC 2445, so "External links" on home page should be
changed and your TODO list needs update ;)
```
Original issue reported o…
-
If task descriptions are added by firefox or webinterface under windows, then
the line feeds are getting replaced by "\N" such that the folling:
abcdef
gijklm
nopq
gets replaced by
abcdef\Ngijklm\Nno…
-
-
### Steps to reproduce
1. import a calendar with this entry:
```
BEGIN:VEVENT
DTSTART;VALUE=DATE:20160111
DTEND;VALUE=DATE:20160111T235959
DTSTAMP:20090211T175526Z
UID:201611722801
CLASS:PUBLIC
CREAT…
-
It would be fantastic if you included support for RDATE (as defined in rfc 5545). As EXDATE is already implemented, it is quite natural also to include RDATE.
-
```
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…
-
```
In RFC 5545, section 3.4 "iCalendar Object" (or equivalent section in the old
RFC 2445), it is stated that:
The Calendaring and Scheduling Core Object is a collection of calendaring and
schedul…
-
```
What steps will reproduce the problem?
1. Use an iCalendar file whose events begin with "begin:vevent" (cf attached
file)
2. Parse the ics file
3. Try to access event property, eg summary
What i…