Mercurial > thoughts
view org/tidbits.org @ 161:8f44e4061701
s.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 14 Mar 2016 07:21:07 -0700 |
parents | |
children |
line wrap: on
line source
1 ** Google Calendar URL API options3 Make your google calendar public (detailed [[https://support.google.com/calendar/answer/37082?hl=en][here]]), then get the4 puclic calendar URL, which will look like this:6 #+BEGIN_VERSE7 https://calendar.google.com/calendar/embed?src=<YOUR-ID>&ctz=<TIMEZONE>8 #+END_VERSE10 Some useful options include:12 - mode :: options are AGANDA, WEEK, MONTH13 For scheduling, I find wither WEEK or AGENDA to be best.15 - dates :: You can specify the dates to display using16 yyyymmdd%2Fyyyymmdd, example: 20160313%2F20160320.