Closed GoogleCodeExporter closed 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
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
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
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
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
Original issue reported on code.google.com by
hiramvan...@gmail.com
on 22 Jun 2010 at 10:21