OpenWrt/Google Calendar
Appearance
< OpenWrt
#!/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"