On Apr 24, 8:06 pm, mez <[EMAIL PROTECTED]> wrote: > I am new to google calendar api. Is there a way to import a .ics file > into google calendar via the api? > maybe some sort of ical-->atom feed converter?
You can import .ics files directly via the UI, but if you want to use the api to add the events from an .ics file, you'll need to parse the .ics file and create new events via the api. This seems like a common enough task that someone might have written a script to do it, but a quick search doesn't turn one up. Ray --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
