ical calendar: take 'cancelled' status into account #2

Closed
opened 2024-11-18 11:20:58 +01:00 by Sybren A. Stüvel · 0 comments

The bot should check whether an ical calendar entry is cancelled or not.

  • Include it in the calendar, visibly cancelled (maybe with a ?)
  • Skip notifications for cancelled entries.
  • Skip cancelled entries for !meeting commands.

The last two items are probably best handled together, by updating func (cal *RemoteCalendar) LoadNextMeetingTime().

The bot should check whether an ical calendar entry is cancelled or not. - [x] Include it in the calendar, visibly cancelled (maybe with a ❌ ?) - [x] Skip notifications for cancelled entries. - [x] Skip cancelled entries for `!meeting` commands. The last two items are probably best handled together, by updating `func (cal *RemoteCalendar) LoadNextMeetingTime()`.
Sybren A. Stüvel added the
bug
label 2024-11-18 11:20:58 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: dr.sybren/matrix-chat-bot#2
No description provided.