Comment on Show HN: Python library to read and manage your GmailparentComments−astrada13yThere is the official Google APIs Client Library for Python (https://developers.google.com/google-apps/calendar/downloads). You can even test the RESTful API online using the Google APIs Explorer (https://developers.google.com/apis-explorer/#p/calendar/v3/).−superchink13yI knew about that. Maybe I just want a good example application to use as a reference…
Comments
There is the official Google APIs Client Library for Python (https://developers.google.com/google-apps/calendar/downloads). You can even test the RESTful API online using the Google APIs Explorer (https://developers.google.com/apis-explorer/#p/calendar/v3/).
I knew about that. Maybe I just want a good example application to use as a reference…