I have started to develop some apis to create users in my G suite directory. I followed the service account tutorials along with the Directory tutorials for python. The code I have is very simple just to test out how it will work. The documentation to me is unclear about most things. When I run this I get When I
Tag: google-api
Looking for a better python Google Calendar API example
I am trying to write an application that can add events to a google calendar. There is this really neat site that lets you play with the API. http://code.google.com/apis/explorer/#_s=calendar&_v=v3&_m=events.insert Using that site, I was able to build a calendar event using the following stuff. I am having difficulty translating that into python. Assuming that I’ve already authenticated with oauth, How