At the moment all the parsers are in fetch_events.py which is not very flexible and make implementing other agenda harder (having to deal with conflicts, etc).
Ideally all the parsers of a specific agenda should be in their own files and generic parsers (such as meetup) should be easily usable by any agenda.
At the moment all the parsers are in fetch_events.py which is not very flexible and make implementing other agenda harder (having to deal with conflicts, etc).
Ideally all the parsers of a specific agenda should be in their own files and generic parsers (such as meetup) should be easily usable by any agenda.