/random-iCal-events-generator

Generates random events in iCal ics format

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

random-iCal-events-generator

Generates random events in iCal ics format. It generates a specified number of events with a random duration, start date and end date between the provided bounds, creation date, url and location according to the provided locale, and name and description according to a random Markov Chain generator. Data for titles and descriptions were obtained from:

All the data was cleaned, removing telephone numbers and emails.

Examples of usage are provided in the main of every py file.