Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make use of multiple calendars in GCal module optional
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).
- Loading branch information