Is there a way to programmatically import ICS into Google Calendar?

后端 未结 3 646
情歌与酒
情歌与酒 2021-01-31 16:27

I don\'t see any obvious way to import ICS files into Google Calendar from the API docs here:

http://code.google.com/apis/calendar/developers_guide_protocol.html

相关标签:
3条回答
  • 2021-01-31 17:16

    You shouldn't have to parse an ICS just to import it into Google Calendar, it is capable of importing them directly... From the end-user's web view, it's as easy as clicking Import Calendar. From the API, I would look at the Adding New Subscriptions section.

    0 讨论(0)
  • 2021-01-31 17:18

    I have created a simple open source .net utility to do just that, available at http://gcalicsimporter.codeplex.com/.

    0 讨论(0)
  • 2021-01-31 17:21

    For my iCal2GCal app I'm using the Googlecalendar Ruby Gem to both parse .ics files and then add the events inside to a Googlecalendar. It might give you some ideas on how to go about it. You can check out the full source code.

    0 讨论(0)
提交回复
热议问题