CSV Converter for EventCalendar
csv2eventcal.py is a utility for MacroMarket/EventCalendar. This parses to convert MS Outlook .csv file into EventCalendar event data format.
Usage
$python csv2eventcal.py input_file.csv or $python csv2eventcal.py input_file.csv > result.txt
.csv file rules
- date format in the form "YYYY-MM-DD" or modify the 'dateformat'
time format in the form "AM HH:MM:SS" or "PM HH:MM:SS" or modify the 'timeformat'
- the first line which identyfies the csv fields has to be in english
- acceptable fields: "Subject","Start Date","Start Time","End Date","End Time","All day event","Description"
For more information, refer to http://mymemorizer.com/miniBB/index.php?action=vthread&forum=1&topic=16
Download
- v0.90 (May 12, 2006)
Discussion & Support
Note that this is tested with Korean Outlook only. Please report your result. -- SeungikLee 2006-05-12 15:35:56