franziskuskiefer / wunderlist-calendar

A simple Wunderlist-GoogleCalendar script to show ToDos in Google Calendar
9 stars 0 forks source link

Wunderlist-Calendar

A simple Wunderlist-GoogleCalendar script to show ToDos in Google Calendar.

For now it allows to parse your Wunderlist tasks with due date and add them to a calendar named 'Wunderlist' in you google calendar. It also updates existing evens when changed in Wunderlist. Using -d deletes finished tasks from the calendar and only unfinished tasks are added to the calendar.

Usage:

./wunderlist.py --wUser [WunderlistUser] [-d]
Dependencies

You need the google client library for python. Follow the instructions at google for this.