Skip to content

brentcocu/ics-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iCalendar Generator

This project generates an iCalendar (.ics) file from a JSON data source. The generated calendar file contains events with details such as title, date, and description.

Requirements

No external libraries are required to run this script. The script is written in Python 3.12.4, but it should work with any version of Python 3 or above.

Usage

  1. Run the Script:

    • Update the path variable in main.py to point to your JSON file.

    • Optionally, update the output_filename variable to change the name of the generated iCalendar file.

    • Execute the script by running the following command from root:

      python main.py
  2. Output:

    • The script will generate an iCalendar file in the temp directory with the specified filename calendar.ics.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages