Foss Event aggregator is a CLI which is going to create ICalendar(.ics) file to import the events data to our local calendar or google calendar about the events form the following sites
The following websites are our current event sources
- argparse
- lxml (or) beautifulsoup for web scrapping
Event
- title : (mandatory) title of the event to represent in calendar
- url : (mandatory)
- startDate: event start date
- endDate: event end date (start date and end date can be same if oneday event)
- description : (optional)
- location : (optional)
if you find a additional sites to collect the event details reference kindly create a issue