2017-11-29 12 views

答えて

1

参照、カレンダーAPIに「増分同期」機能を使用します。https://developers.google.com/google-apps/calendar/v3/sync

最初の要求の後:

インクリメンタル同期が繰り返し行われ、起こっ すべての変更をクライアントに更新されますこれまでの同期以降クライアントは のたびに、 サーバーから取得した以前の同期トークンを提供し、応答から新しい同期トークンを保存します。

events.list()方法についてsyncToken引数を参照してください:https://developers.google.com/google-apps/calendar/v3/reference/events/list

関連するメソッドのためのPHPのドキュメントは、(同期トークンを取得および設定するには)ここにある:https://developers.google.com/resources/api-libraries/documentation/calendar/v3/php/latest/class-Google_Service_Calendar_Events.html

+0

は、その非常に回答いただき、ありがとうございます助けてください。この機能をサポートするgcal php apiライブラリを提供できますか? – Priyal

+0

https://developers.google.com/google-apps/calendar/quickstart/php – payne

関連する問題