I'm integrating Google Calendar into my website with the Python gdata
API. Basically, I am creating an event calendar, that site users can
submit events to. The admin approves the events, and they get added to
the Google calendar using the API. I've got this working well for
single occurrence events. My website has a form that looks similar to
the GUI used by Google Calendar itself, for non-repeating events.

Now I'd like to add support for recurring events. I can extend my form
to mimic the Google GUI no problem. But is there an easy way to
generate the required iCalendar RFC 2445 recurrence strings? Yikes! I
can dig into this a bit, but I was wondering if there was a known
Python solution?

I've found this:
http://codespeak.net/icalendar/

But I'm not sure if it can do what I need.

Thanks for any pointers.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to