Mercurial > thoughts
comparison org/tidbits.org @ 161:8f44e4061701
s.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 14 Mar 2016 07:21:07 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
160:23d205b9854e | 161:8f44e4061701 |
---|---|
1 ** Google Calendar URL API options | |
2 | |
3 Make your google calendar public (detailed [[https://support.google.com/calendar/answer/37082?hl=en][here]]), then get the | |
4 puclic calendar URL, which will look like this: | |
5 | |
6 #+BEGIN_VERSE | |
7 https://calendar.google.com/calendar/embed?src=<YOUR-ID>&ctz=<TIMEZONE> | |
8 #+END_VERSE | |
9 | |
10 Some useful options include: | |
11 | |
12 - mode :: options are AGANDA, WEEK, MONTH | |
13 For scheduling, I find wither WEEK or AGENDA to be best. | |
14 | |
15 - dates :: You can specify the dates to display using | |
16 yyyymmdd%2Fyyyymmdd, example: 20160313%2F20160320. | |
17 | |
18 | |
19 |