nmlorg / metabot

Modularized, multi-account bot.
https://metabot.readthedocs.io/
5 stars 0 forks source link

Move MultiBot.calendars and MultiBot.multical entirely within modules.events #27

Open nmlorg opened 5 years ago

nmlorg commented 5 years ago

From b70f49c:

I think the creation of the MultiCalendar should also be handled by the events module, but it's a little tricky given how adminui needs to see the MultiCalendar-generated calcodes, so I'll leave MultiBot.calendars (and MultiBot.multical) in place for now.

nmlorg commented 5 years ago

Note that #32 (2-b) would likely require MultiBot.calendars to actually move to MultiBot.conf['calendars'] (so it could be used for autocompletes/validation in the external control panel).