Welcome to TimeLog2CSV’s documentation!

timelog2csv - converts a TimeLog calendar to a CSV file.

TimeLog was a time tracking application for OS X. It stored it’s data using iCal. OS X Mountain Lion (and Mavericks) dropped some features that TimeLog needed to talk to iCal. So it’s impossible to access the recorded data because the application won’t even start.

But this small tool can help: Export the iCal calendar which you used to store TimeLog’s data. Then use timelog2csv to convert it to a CSV file.

Features

  • Convert an iCal file to CSV
  • Filter by project name

Installation

At the command line using pip:

$ pip install timelog2csv

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv timelog2csv
$ pip install timelog2csv

Usage

Run timelog2csv like so to see the help:

$ timelog2csv -h

Indices and tables