bernigaud / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Weird calendar error? #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is this because I don't have a GoogleCL dev cal?

$ ./google.py calendar delete --cal "GoogleCL dev cal" --title "Release.*"
Traceback (most recent call last):
  File "./google.py", line 310, in <module>
    main()
  File "./google.py", line 304, in main
    run_once(options, args)
  File "./google.py", line 226, in run_once
    task.run(client, options, args)
  File "googlecl/trunk/src/googlecl/calendar/service.py", line 209, in 
_run_delete
    options.query, options.cal)
  File "googlecl/trunk/src/googlecl/calendar/service.py", line 117, in 
get_events
    cal = self.get_calendar(calendar)
  File "googlecl/trunk/src/googlecl/calendar/service.py", line 87, in 
get_calendar
    converter=gdata.calendar.CalendarListFeedFromString)
  File "googlecl/trunk/src/util.py", line 104, in GetSingleEntry
    entries = self.GetEntries(uri, title, converter)
  File "googlecl/trunk/src/util.py", line 77, in GetEntries
    f = self.GetFeed(uri, converter=converter)
TypeError: GetFeed() got an unexpected keyword argument 'converter'

Original issue reported on code.google.com by jh...@google.com on 4 Jun 2010 at 6:57

GoogleCodeExporter commented 9 years ago
This also fails 
$ ./google.py calendar add "Lunch with Jim at noon tomorrow"
$ ./google.py calendar delete --title "Lunch with Jim"

Original comment by jh...@google.com on 4 Jun 2010 at 7:04

GoogleCodeExporter commented 9 years ago
A revision apparently fixed this, though I'm not sure which one. Can you verify 
that 
these commands work for you now?

Original comment by tom.h.mi...@gmail.com on 7 Jun 2010 at 6:56

GoogleCodeExporter commented 9 years ago
fixed.

Original comment by credenti...@gmail.com on 9 Jun 2010 at 8:19

GoogleCodeExporter commented 9 years ago

Original comment by tom.h.mi...@gmail.com on 9 Jun 2010 at 1:23