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

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

提交回复
热议问题