Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.13 KB

Crappy iCal Generator

A continuously updated PHP iCal generator for various events using highly advanced techniques (like... website scraping, reverse engineering hehe)

Supported calendars:

Setup

  1. Clone project
  2. composer install

Usage

Show available calendars

php calendar list

Generate calendar

php calendar generate <calendar>
php calendar generate motogp-2023

Development

Register new calendar

Take a look at the Dummy Generator.

Credits