Export dates from ical using Python

28 October 2012

This script exports dates from an ical file, I needed it to put them into a spreadsheet. You need the icalendar module for this.


Export dates from ical using Python - Comments