Synchronized events from your groups
When someone shares an event with a group you're in, it shows up as a Shared event you can pull into your own calendar. Once synchronized, Latte keeps it in step with the original — and tells you when the owner changes something.
- 🖥 Web
- 📱 Mobile
-
Open your Shared events list from the resources area. New shared events are grouped as New, Updated, and Skipped.
-
On a shared event, click Synchronize to add it to your calendar, or Skip to set it aside.
Screenshot coming soonThe web Shared events list with New / Updated / Skipped sections and the Synchronize and Skip actions on an itemCapture spec (for maintainers)
{ "id": "web.calendar-and-events.synchronized-events.shared-list", "platform": "web", "route": "/resources/shared/events", "actions": [ { "pom": { "page": "SharedEventsPage", "call": "waitForList" } } ] } -
A synchronized event appears on your grid marked "Synchronized from another source". Open it to:
- See edits — view how your copy differs from the original,
- Restore — drop your changes and match the original again,
- Unsync — remove it from your calendar (you can synchronize it again later).
-
When the owner updates a synced event, Latte flags it as Updated — open it to see the difference and apply the change, or dismiss to keep your version.
-
Open your Shared events list from the resources area.
-
Tap Synchronize on a shared event to add it to your calendar, or Skip to set it aside.
Screenshot coming soonThe mobile Shared events list with the Synchronize and Skip actions on a shared eventCapture spec (for maintainers)
{ "id": "mobile.calendar-and-events.synchronized-events.shared-list", "platform": "mobile", "route": "/resources/shared/events", "actions": [ { "tapOn": { "id": "shared-events-tab" } } ] } -
Open a synchronized event to See difference, Un-synchronize, or review updates the owner has made.