Google Calendar API + Email Notification Email File

I am creating events on a Google calendar using the Google Calendar API, which works fine. When I change one of these events in Google Calendar, Google can even email me an update with a .ics file.

Is there a way to define eventid via an email or ics file and bind it to eventid when I created the event using the API?

For example, I want to automatically receive event change messages sent from Google Calendar and update the event in my database (where I store the event returned from adding the event using the API)

+1
source share
1 answer

:

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

. : https://developers.google.com/google-apps/calendar/v3/sync

/ push, : https://developers.google.com/google-apps/calendar/v3/push

0

Source: https://habr.com/ru/post/1530155/


All Articles