Mercurial > thoughts
diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/org/tidbits.org Mon Mar 14 07:21:07 2016 -0700 1.3 @@ -0,0 +1,19 @@ 1.4 +** Google Calendar URL API options 1.5 + 1.6 + Make your google calendar public (detailed [[https://support.google.com/calendar/answer/37082?hl=en][here]]), then get the 1.7 + puclic calendar URL, which will look like this: 1.8 + 1.9 + #+BEGIN_VERSE 1.10 + https://calendar.google.com/calendar/embed?src=<YOUR-ID>&ctz=<TIMEZONE> 1.11 + #+END_VERSE 1.12 + 1.13 + Some useful options include: 1.14 + 1.15 + - mode :: options are AGANDA, WEEK, MONTH 1.16 + For scheduling, I find wither WEEK or AGENDA to be best. 1.17 + 1.18 + - dates :: You can specify the dates to display using 1.19 + yyyymmdd%2Fyyyymmdd, example: 20160313%2F20160320. 1.20 + 1.21 + 1.22 + 1.23 \ No newline at end of file