adityajoshi / iCalendarFileGenerator

My Simple tool to create iCalendar file from given list of events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iCalendarFileGenerator

Script to create iCal file (ics) from a input file.

The input file should be semicolon separated. The input file name should be events.csv

Sample Input file format :

Subject;Start Timestamp;End Timestamp;Location;Description;Repeat;Freq;Reminder;Trigger;Action
Really Cool Event;20230530T1000Z;20230530T1100Z;"Mumbai, India";Cool Event;Y;YEARLY;Y;-PT1440M;DISPLAY
Awesome event;20230531T1000Z;20230531T1100Z;"Mumbai, India";Excellent Event

For repeating events you can set below frequences

  1. YEARLY
  2. MONTHLY
  3. WEEKLY
  4. DAILY

About

My Simple tool to create iCalendar file from given list of events.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%