"google calendar watch for updates on events" Code Answer
2
you should be able to do this with a small google apps script.
their documentation explains the process of listening for a calendar change event. then, you'll need to perform an incremental sync with the calendar sync api and handle the specifics of the event based on how you want.
note that more simply, a webhook may suffice for your use case.
you should be able to do this with a small google apps script.
their documentation explains the process of listening for a calendar change event. then, you'll need to perform an incremental sync with the calendar sync api and handle the specifics of the event based on how you want.
note that more simply, a webhook may suffice for your use case.