我正在使用Google Calendar API在Google日历上创建活动,该工作正常。 当我在Google日历中修改其中一个事件时,Google可以通过.ics文件向我发送即时更新。
有没有办法通过电子邮件或ics文件确定eventid,并在使用API创建事件时将其绑定到eventid?
例如,我想自动接收从Google日历发送的事件更改电子邮件,并更新我的数据库中的事件(我存储使用API添加事件返回的eventid)
答案 0 :(得分:0)
在电子邮件正文中,您应该:
<meta itemprop=3D"eventId/googleCalendar" content=3D"[your event id here]"/>
但是,解析电子邮件并不是最好的方法。首选方法如下:https://developers.google.com/google-apps/calendar/v3/sync
如果您需要/想要推送方法,请在此处列出:https://developers.google.com/google-apps/calendar/v3/push