as written on the google api python client documentation
Deleting a secondary calendar(under python example)
service.calendars().delete('secondaryCalendarId').execute()
this function call returns the following: method() takes exactly 1 argument (2 given)
Does anyone have a clue what this error means? Clearly I just passed 1 argument and that is the calendarId that needs to be deleted. Or did anyone make this function work? Need help.
Thanks.