Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google calendar api Google日历API&\x2B;电子邮件通知ics文件_Google Calendar Api_Icalendar - Fatal编程技术网

Google calendar api Google日历API&\x2B;电子邮件通知ics文件

Google calendar api Google日历API&\x2B;电子邮件通知ics文件,google-calendar-api,icalendar,Google Calendar Api,Icalendar,我正在使用GoogleCalendarAPI在GoogleCalendar上创建事件,它运行良好。 当我在谷歌日历中修改其中一个事件时,谷歌可以通过电子邮件向我发送一个带有.ics文件的更新 有没有办法通过电子邮件或ics文件确定eventid,并在我使用API创建事件时将其绑定回eventid 例如,我希望自动接收从Google Calendar发送的事件更改电子邮件,并在我的数据库中更新事件(我在其中存储使用API添加事件返回的eventid)在电子邮件正文中,您应该: 然而,解析电子邮件

我正在使用GoogleCalendarAPI在GoogleCalendar上创建事件,它运行良好。 当我在谷歌日历中修改其中一个事件时,谷歌可以通过电子邮件向我发送一个带有.ics文件的更新

有没有办法通过电子邮件或ics文件确定eventid,并在我使用API创建事件时将其绑定回eventid


例如,我希望自动接收从Google Calendar发送的事件更改电子邮件,并在我的数据库中更新事件(我在其中存储使用API添加事件返回的eventid)

在电子邮件正文中,您应该:

然而,解析电子邮件并不是最好的方法。此处列出了首选方法:

如果您需要/想要一种推送方法,请参见以下内容: