Skip to content

YFanha/ICS-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ICS-exporter

1 Use

1.1 Install

Install the necessary libraries

pip install -r requirements.txt

1.1 Events

Put the events in a .json file called events.json in the same directory as main.py.

Example

[
    {
        "title": "MyEvent",
        "start": "2030-01-01 00:00",
        "end": "2030-12-31 23:59",
        "location": "Lausanne, suisse"
    }
]

1.2 Run the script

Simply run the script. it will create a file events.ics in the directory

About

Import events from .json file to .ics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages