Disappearing Calendar Events - Has Anyone Experienced This?

Jump to solution
TJBB_ICR
Community Member

Hi everyone,

I'm hoping someone might have encountered this issue and can shed some light on it.

We’ve had a strange issue with a series of calendar events in Canvas for one of our modules. The series of events has been working fine, but today’s specific event has mysteriously disappeared from the calendar. The series continues as expected after today’s date, and all the other content (assignments, tasks, etc.) seems unaffected.

Here’s a summary of the situation:

  • The event for today was definitely there this morning because it was displayed on a classroom screen for students to use during scheduling.
  • Around midday, it vanished from the calendar without any apparent reason.
  • No notifications of the event being deleted were received (we usually get these if something is removed).
  • There are no conflicting events, deadlines, or quiz submissions that overlap with the missing calendar entry.
  • None of the lecturers or admins made changes to the content or the calendar.

I’ve checked our Canvas settings and the event log, but I can’t find any explanation for why this might have happened.

Has anyone else experienced similar issues with calendar events disappearing? If so, do you know what might cause this or how to prevent it in the future?

Thanks in advance for any insights you can share!

Labels (1)
0 Likes
1 Solution
dbrace
Community Coach
Community Coach

Hi @TJBB_ICR,

I think you are not using the correct link to view from the API.

After finding the calendar event and its ID from your institution's test environment, please try formatting the URL in production as:

https://YOUR_INSTITUTION.instructure.com/api/v1/calendar_events/CALENDAR_EVENT_ID

If that link does work for you, you should see information for created_at, updated_at, and workflow_state. You would then be able to convert the updated_at to a date that is easier for you to understand (using something like https://www.timestamp-converter.com), and then determine who (for example, an admin or an instructor or other person with access to the course) deleted it but you would need to check the "Page Views" for those other possible people.

If that does not work for you, then the calendar event is lost and finding out what happened will not be possible (at least not in a way that I know of).

-Doug

View solution in original post

0 Likes