tijgersoftware / Google-Calendar-to-Invoice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google-Calendar-to-CSV

A neat little wrapper over icalendar to extract structured data from an .ics data dump and write the text to .txts or a combined .csv

Fields are:

  • Event Name
  • Description
  • Location
  • Duration
  • Start Time
  • Finish Time

Usage

pip install icalendar
python3 convert_ics_to_csv.py

About


Languages

Language:Python 100.0%