rubby0605 / googlecl

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

Can't select multiple calanders #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. have multiple calanders, I'm using "US Holidays" and "Christian Holidays" as 
available public calanders
2. look at calender via webpage. note that "Christmas" shows up twice on 
201-12-25
3. run  google calendar list --date 2010-12-25,2010-12-25 note get NO return
4. run  google calendar list --date 2010-12-25,2010-12-25 --cal "Christian 
Holidays" and google calendar list --date 2010-12-25,2010-12-25 --cal "US 
Holidays". Note that you get 1 return, for with different event IDs
5. try google calendar list --date 2010-12-25,2010-12-25 --cal "Christian 
Holidays" --cal "US Holidays"  note that you only get 1 answer
6. I've tried other combinations and am unable to query multiple calanders, or 
get any sort of ALL/lump-sum view

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

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by SpudsMc...@gmail.com on 19 Jun 2010 at 12:41

GoogleCodeExporter commented 8 years ago
It would also be nice to be able to select all calendars. Even as a --cal 
option such as:
google calendar list --cal "all"

Original comment by darwinsurvivor on 19 Jun 2010 at 11:09

GoogleCodeExporter commented 8 years ago
Accessing multiple calendars isn't supported yet, but it seems like people are 
interested.

Original comment by tom.h.mi...@gmail.com on 19 Jun 2010 at 8:41

GoogleCodeExporter commented 8 years ago
Patch for your enjoyment. Calendar selection now allows for more than one 
calendar to be used.

Here are some new usage examples:
$ google calendar list --cal ".*"     # List all events from today onward on 
all calendars
$ google calendar list                # List all events from today onward on 
primary calendar
$ google calendar today --cal ".*festivus.*" # List all events today on any 
calendar that contains "festivus" in its title

Just be sure that "regex" is true in your config file (see ConfigurationOptions 
in the wiki)

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

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r264.

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

GoogleCodeExporter commented 8 years ago
Issue 103 has been merged into this issue.

Original comment by tom.h.mi...@gmail.com on 22 Jun 2010 at 4:50