Hello Michael, I don't believe the API or any of the client libraries currently have support for this type of conversion. Currently the API only represents recurring events using the ical recurrence syntax, but we don't have the capability to directly upload full ical events.
However, you can retrieve events from your calendar using ical (not part of the Calendar data API.. but separate functionality-- see the 'settings' page of a calendar for the link. Also, the calendar UI has the ability to import ical files. If you're looking to programatically add selected events from ical to a Google Calendar via the API, then I think your presumption is correct-- you'd need to find a library to convert this information. I'm not sure what platform you're using for your development, but if you're using Java, you can take a look at ical4j: http://ical4j.sourceforge.net/ Cheers, -Ryan On Jun 12, 9:39 pm, Michael Brooks <[EMAIL PROTECTED]> wrote: > I'm just starting to look at the google calendar api, and I want to be > able to get events from a .ics (icalendar) file and then put those > onto a google calendar. I guess I need some classes that can convert > ics formatted events into google-style events. > > Does the google calendar api have support for this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
