Extract Outlook for Macs calendars (appointments) olm file to csv file.
You have to have python3.7 in your mac.
- From Outlook for Macs export only calendars (appointments) to olm file.
- unzip the olm file.
- Locate the Calendar.xml file (Accounts/{your_email}/Calendar/Calendar.xml).
- Place extract_calendar.py in the same directory of Calendar.xml.
- Open terminal then cd to the same directory of Calendar.xml and extract_calendar.py.
- Run command in your terminal.
python extract_calendar.py
- You will find new
output.csv
file. - Done.
- (Optionally) Import the
output.csv
to Excel for Macs by using Tab as a seperator.
Just change the dialect in extract_calendar.py at line 34
from excel-tab
to excel
. Then you're good to go.