Discussion:
[calendaring] export an RSS of events to any iCalendar application (as google calendar)
mythsmith
2008-01-19 18:58:49 UTC
Permalink
I was searching for a simple way to publish and distribute my future events
in my Plone site towards calendaring applications - in primis google
calendar - so I wrote this little script to merge all ics of future events
into a single ics calendar:
http://daniele.modena1.it/code/zope-plone/rss2ics.py.txt/view

You can test it against the plone.org site, running:
python rss2ics.py plone.org/events/community/upcoming-events/RSS
You obtain a iCalendar file that is the merge of all events contained in the
RSS.
The result for the plone community RSS imported inside google calendar is
here:
this is the result imported into google calendar:
http://www.google.com/calendar/embed?src=lb1se7ll88ff68l94730ue0oppevctiq%40import.calendar.google.com&ctz=Europe/Rome

This is not elegant, I know: but i needed just a quick dirty script. I know
that a function to merge ics of events _from_plone_ would be far more
interesting.

bye,
mythsmith
--
http://daniele.modena1.it
--
http://daniele.modena1.it
Loading...