salimoha / googlecl

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

Calendar service needs calendar discovery #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is an option to list items from a specific calendar. "--cal" however it 
is not possible to detect which calendars are present. A task like 
"google calendar list-calendars" would be very nice.

Also it would be nice if we could do somethin like this:
"google (list|today) --all-calendars" to get results from all existing calendars

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

Original issue reported on code.google.com by hiramvan...@gmail.com on 22 Jun 2010 at 10:21

GoogleCodeExporter commented 9 years ago
On a similar and related note, I only get a list of calendars entries I created 
myself, not any of the calendars I subscribe to.  Ideally, "google calendar 
today" would return all of today's entries.

Original comment by chese...@gmail.com on 23 Jun 2010 at 5:18

GoogleCodeExporter commented 9 years ago
I am in the same boat as cheselka.  I have my own calendar, but mainly depend 
on my wife's which I subsribe to.  I use my own calendar as an aggregator of 
the many calendars I use.  I saw in the gdata info, it specifies that you can 
ask for owner only calendars, and all calendars, so it should be able to be 
done.  If I had coding experience, I would try to do it myself.

Original comment by shawn...@gmail.com on 24 Jun 2010 at 10:20

GoogleCodeExporter commented 9 years ago
Issue 58 contains a patch that should be helpful to some of you. It lets you 
select multiple calendars. For example, 

$ google calendar today --cal ".*"

will list your events from today on all of your calendars.

I'll have to check about events on subscribed calendars.

Original comment by tom.h.mi...@gmail.com on 24 Jun 2010 at 11:04

GoogleCodeExporter commented 9 years ago
Try using " google calendar today list --cal .*  | egrep  '\[.*?\]' ". It is 
grabbing all my calendars, even the ones I am subscribed to like US Holidays 
and the calendar my fiancé shared.  (tested on Mac OSX 10.6.4)

Original comment by randall....@gmail.com on 1 Jul 2010 at 3:02

GoogleCodeExporter commented 9 years ago
version 0.9.8 contains the patch from Issue 50, and randall has apparently been 
able to grab from subscribed and shared calendars, so I'm marking this Fixed.

I'll include your tip about filtering out everything but the calendar names in 
the wiki -- seems useful.

Original comment by tom.h.mi...@gmail.com on 1 Jul 2010 at 3:29