Topic: Google Calendar and Nabaztag
I've posted a new Python program on my website (www.mcgurrin.com/nabaztag/) that will fetch the events for the day from your Google calendar and have your rabbit read them to you. You schedule the program to run when you want it (using task scheduler in windows, cron job, or whatever). The source code is easily modified to, say, check for a shorter or longer time, include different information, etc.
You need to have Python installed on your machine, and install Google's g-data python client.
