Delete an event
Deleting an event removes it from your calendar and everyone it was shared with. For a repeating event, you decide whether to remove one occurrence or the whole series.
You can't delete an event that was synced from a group or from Google Calendar — Latte explains it "is synchronized from another source" and asks you to delete it at the source instead. To stop it appearing in your calendar, Unsync it rather than delete it.
- 🖥 Web
- 📱 Mobile
-
Open Calendar and click the event to open its overlay.
-
Click Delete at the bottom of the overlay.
Screenshot coming soonThe red Delete button at the bottom of the event overlayCapture spec (for maintainers)
{ "id": "web.calendar-and-events.delete-an-event.delete-button", "platform": "web", "route": "/organization/calendar/week", "actions": [ { "pom": { "page": "CalendarPage", "call": "openEvent", "args": [ "Study session — Analysis II" ] } } ], "clip": { "testId": "event-display-dialog", "pad": 16 } } -
If the event repeats, choose which occurrences to remove — This instance only, This and the following instances of this event, or All instances of this event — then confirm.
-
Open the Calendar tab and tap the event to open its detail screen.
-
Tap the â‹® (more actions) button in the top corner, then tap Delete.
Screenshot coming soonThe mobile event detail more-actions menu open with the Delete item shownCapture spec (for maintainers)
{ "id": "mobile.calendar-and-events.delete-an-event.delete-menu", "platform": "mobile", "route": "/organization/calendar/events/:eventId", "actions": [ { "tapOn": { "id": "calendar-event-item" } }, { "tapOn": { "id": "event-more-actions-button" } } ] } -
If the event repeats, choose which occurrences to remove, then tap Confirm.
Deleting an event is permanent — there's no undo. If you only need it off your view for now, hide its calendar instead.