salimoha / googlecl

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

Public Calendar Support #421

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the googlecl google calendar interface, the ability to interface with 
calendars imported via public link doesn't exist. Every time I try to access 
the calendar I imported named 'Canvas' using the --cal flag, for example, I get 
the following error:
   No calendar matches "Canvas".

I've looked at the python-gdata docs, and they specifically give instructions 
on choosing whether to display all calendars, including calendars to which the 
user has subscribed, or whether to simply display calendars that the user has 
created. I know the functionality exists; it'd be nice to be able to access 
that calendar from the command line as it's the school's assignment calendar 
and it'd be nice to have my assignments show up in the little conky script I'm 
working on. :)

Original issue reported on code.google.com by jbigg...@gmail.com on 12 Sep 2011 at 1:42