Mercurial > thoughts
view org/tidbits.org @ 164:7a6b855cfb99 tip
more ideas, other stuff.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 12 Jul 2016 21:16:25 -0700 |
parents | 8f44e4061701 |
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.