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

后端 未结 3 653
情歌与酒
情歌与酒 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: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.

提交回复
热议问题