mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
The change in PR #211 to make the GCal module use all calendars writable to the user is not desirable in all situations. At my organization, I have write access to calendars for conference rooms, for people's OOO events, etc. that fill my screen, obscuring the events on my own calendar. This change puts the behavior in that change behind a new config flag, `wtf.mods.gcal.multiCalendar`. It defaults to `false`, but feel free to change that if you think this is behavior that most users would want (I tend to default towards preserving existing behavior, in this case from before that change).