This project is designed to handle ICS (iCalendar) files. It provides functionality to parse, create, and manipulate ICS files, making it easier to manage calendar events programmatically.
- Parse ICS Files: Read and extract information from ICS files.
- Create ICS Files: Generate new ICS files with custom events programmatically.
- Manipulate Events: Add, update, or delete events within an existing ICS file.
To install the necessary dependencies, run:
npm installconsole.log(events);const ics = require('ics');Feel free to submit issues or pull requests. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.
This project collects data for Ponte Preta from the Campeonato Brasileiro de Futebol 2024, specifically from the Brazilian football B Series, and parses it into an ICS file for easy calendar integration.