carolinux / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
0 stars 1 forks source link

Attempt to delete a calendar results in TypeError #598

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
> What steps will reproduce the problem?

cal_id = 'some_secondary_calendar_id'
service.calendars().delete(cal_id).execute()

> What is the expected output? What do you see instead?

Calendar should be deleted.  Instead, this is printed, referencing the above 
line:

TypeError: method() takes exactly 1 argument (2 given)

> What version of the product are you using?

2.0.12, 2.0.16 and latest via hg

I'm doing this according to the documentation at 
http://code.google.com/apis/calendar/v3/using.html#deleting_calendar
which seems to be the authority... is there something I'm missing here?

And to confirm, yes, this is a *secondary* calendar, which I created with the 
API earlier.

Original issue reported on code.google.com by michael5...@gmail.com on 16 Feb 2012 at 5:00

GoogleCodeExporter commented 9 years ago
same problem

Original comment by plantags...@gmail.com on 20 Sep 2014 at 12:47