mattermost-plugin-google-calendar
mattermost-plugin-google-calendar copied to clipboard
`/gcal viewcal` and daily summary show up declined events
The current implementation of the /trigger viewcal
and the daily summary show up declined events for Google Calendar. For consistency, we should make it so declined events do not show up in those command results.
Acceptance criteria
- Using
/gcal viewcal
will show up only events that are not declined. (Accepted, Tentative, not-answered) - The daily summary should not display events that are declined.
Related tasks
- mattermost/mattermost-plugin-mscalendar#325
- mattermost/mattermost-plugin-mscalendar#315