'Google Calendars API - Listener for new calendar events or updates to existing events?
I have a Python script that will take all of the events from a Google Calendar, format the text and send a post request to a website, which works fine.
Currently, I would have to open it each time an event is added or changed. I am wondering how can I setup a listener so that the function will fire whenever there are new calendar events or updates to existing ones? I have looked into the documentation but have not been able to find any good solution.
Thank you!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
