(This is my first post - so apologies in advance if I have not posted correctly/appropriately!)
I am using the CVS version of the event module which has the ical integration.
The link to export (event/ical) the ical .ics file seems to work for the Upcoming Events block. However, this only seem to export events for the current month only.
When looking at the main event module calendar page there is also an export link (export/ical/all/all) - I assumed this is meant to be ical export for all events. However, it seems the export only produced an .ics file with the headers:
BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:June 08, 2005 - June 08, 2005
PRODID:-//strange bird labs//Drupal iCal API//EN
END:VCALENDAR
Is the iCal support still limited and teh above issues are due to the features not being fully implemented?
Regards,
Mon
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | event.module_8.patch | 1.48 KB | mfb |
| #2 | event.module_7.patch | 1.48 KB | mfb |
Comments
Comment #1
mfbI see two problems here, one is an incomplete link to ical (doesn't include any of the year/month/day path) and, ical returns nothing if none of that is supplied -- presumably should return all events from the default overview period (this month, week or day).
Comment #2
mfbThis patch seems to be all that is needed -- also affects rss links.
Comment #3
mfbi think /tmp is full on drupal.org... let's try again.
Comment #4
killes@www.drop.org commentedI am not 100% sure, but shouldn't we some output checking on $duration?
Comment #5
mfbRight now duration defaults to 30 days if not specified. If the duration is gibberish, it is a duration of 0 and no events are returned. Can be set to large positive or negative numbers to show a large range of events.
Comment #6
Zack Rosen commentedI have the same problem on http://events.civicspacelabs.com/home/event . Installed the patch and it doesn't seem to fix the problem. Event data is still not being exported in iCal feed.
Comment #7
PunkCut25 commented+1 on mfbs patch
Comment #8
Zack Rosen commentedNM. Patch does work.
Comment #9
mfbLack of input validation of duration is another issue (I will file a bug report). This is necessary as e.g. event/2005/06/30/table/all/all/232134312 will do bad things.
Comment #10
killes@www.drop.org commentedok, please have a look at input validation. We had to release Drupal 4.6.1 partly because of lack thereof. Some silly numbers aren't the problem. JS exploits are.
Comment #11
(not verified) commentedComment #12
(not verified) commentedComment #13
(not verified) commentedComment #14
(not verified) commentedComment #15
lukes commentedComment #16
(not verified) commentedComment #17
(not verified) commentedComment #18
rubenk commentedSorry for resurrecting this from the Dead (happy halloween)...
Even in the new version, it only seems to do a month for both the ics and the rss feeds.
Doesn't it make sense that if I post an event for January 1st, it should show up in the RSS feed and/or the ical?