ical does not parse files with EXDATE
bwynants - September 3, 2009 - 18:25
| Project: | Date |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
ical can not parse the files because there is an extra blank line in the generated file.
Patch enclosed
(PS: existing repeat fields are not fixed since this is part of the content_field_date rrule colomn
| Attachment | Size |
|---|---|
| filename.patch | 834 bytes |

#1
PS: the patch is to get 'exceptions' (EXDATE) to work correct
#2
One more fix: EXDATE should not followed by a colon but by a semicolon
#3
and the parsing part
#4
and finally multiple exceptions work in ical on mac
#5
copy paste error (worked because I have no user time zone)
#6
I've verified Google Calendar and these changes work just fine for google as well
(see http://drupal.org/node/389334#comment-2011452 as well)
#7
After applying this patch, the parser no longer hangs, but my exceptions don't show up at all. Anyone else experience this?
#8
it wil only work for 'new' exceptions
the old format in the database was wrong and is no longer recognized after the patch
#9
Here the exceptions aren't recognized. Even after deleting the parsed iCal Events and refreshing them.
We are using Drupal 6.14 and the latest dev versions of Date and Calendar.