OpenWrt/Google Calendar

From Wiki
< OpenWrt
Revision as of 15:55, 11 October 2012 by Marcluer (talk | contribs) (Die Seite wurde neu angelegt: „<pre> #!/bin/sh # COMPORT=/dev/ttyATH0 rm /tmp/google_calendar.xml wget -O /tmp/google_calendar.xml "http://www.google.com/calendar/feeds/{xxx}.calendar.googl…“)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
#!/bin/sh
#
COMPORT=/dev/ttyATH0

rm /tmp/google_calendar.xml
wget -O /tmp/google_calendar.xml "http://www.google.com/calendar/feeds/{xxx}.calendar.google.com/private-{xxx}/basic?futureevents=true&orderby=starttime&sortorder=ascending&max-results=1&singleevents=true"