Google Calendar API + email notification ics file

a 夏天 提交于 2019-12-08 17:54:26

In the body of the email, you should have:

<meta itemprop=3D"eventId/googleCalendar" content=3D"[your event id here]"/>

However, parsing email is not the best way to do this. The preferred method is laid out here: https://developers.google.com/google-apps/calendar/v3/sync

If you're needing/wanting a push method, that is laid out here: https://developers.google.com/google-apps/calendar/v3/push

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!