This projects was developed to create my custom conference schedule for conference without an easy way to create a personal schedule with all talks and sessions. On supported conference sites you browse all wanted sessions and then click on a small bookmarklet, which will send the current URL to the backend service, which will parse the sessions dates and present you with a button to Google Calendar, where you can put this calendar event to one or different calendars. After you have all interesting sessions together you will be able to decide, which overlap and which alternate session you could attend.
You can visit the main event2calendar website here. There you will find the bookmarklet.
Every conference or festival needs its own parser. So only supported websites are able to be scanned for events. Also each session needs to be on a separate website to be extracted.
All parsers implement the interface IEventParser. So feel free to open a pull request with your own parser.