Git Product home page Git Product logo

csv2ics's Introduction

csv2ics

ICS file generator from csv file

Creates an ics file per calendar.

icsCreator.py is the same as csv2ics.py but with French prompts. csv2ics.py is the latest version.

Usage

Requirements

Instructions

  1. Download csv2ics.py
  2. Place the CSV Calendar in the same folder as the script.
  3. Create a folder named ics.
  4. Run the python script.
  5. Wait for script to complete ("ICS files created successfully" in terminal).
  6. ICS files are available in folder ics.

CSV format

Filename

Calendar.csv

Will throw Error while opening Calendar.csv if not found.

Required columns

All column names must be present. This does not mean a field value is required (see table below). Leaving a required field empty may cause unexpected results.

Column order is not important.

Will throw Error: Required columns missing in Calendar.csv if a column is missing or misspelled.

Name Required id Remarks
Calendar YES cal Calendar name
Subject YES sub Event title
Start Date YES sda Format dd.mm.yyyy
Start Time depends sti Format hh:mm. Ignored if 'All Day' is TRUE
End Date YES eda Format dd.mm.yyyy
End Time depends eti Format hh:mm. Ignored if 'All Day' is TRUE
All Day no day String TRUE if yes
Description no dsc Event details
Location no loc Event location

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.