使用Google日历api将数据库数据与Google日历同步

时间:2016-05-05 04:26:32

标签: php mysql calendar google-calendar-api

目前,我可以从Google日历中检索特定日历的事件,例如主要日历。我已提及此链接https://developers.google.com/google-apps/calendar/quickstart/php#prerequisites,以便从Google日历中检索事件。

然而,我想要的是我想要在数据库中有新的数据/事件时,它会将来自数据库的事件插入到谷歌日历中。同样,当从数据库中删除数据/事件时,Google日历中的相同数据/事件也将被删除。除此之外,当数据库发生更新时。例如将事件标题从A更改为B.因此,Google日历中的相同事件也应更新。换句话说,数据库数据应该与谷歌日历同步。

下面的屏幕截图是数据库中的数据。 enter image description here

以下链接适用于Google日历中的获取,插入,删除,更新事件。

https://developers.google.com/google-apps/calendar/v3/reference/events/get

https://developers.google.com/google-apps/calendar/v3/reference/events/insert

https://developers.google.com/google-apps/calendar/v3/reference/events/delete

https://developers.google.com/google-apps/calendar/v3/reference/events/update

非常感谢任何帮助。谢谢。

1 个答案:

答案 0 :(得分:0)

首先需要CLIENT_ID,CLIENT_SECRET,API_KEY进行同步。 有一个功能可以连接到谷歌日历,就好像它打印存储在数据库中的数据。凯文,我不知道你在哪里添加数据, 如果要在Web屏幕上添加数据DB,请在下面显示的函数中添加插入DB所需的列值。