Sync Google Calendar
Already keep your life in Google Calendar? Link it to Latte and your Google events flow into the Latte calendar you choose, staying up to date automatically.
You'll need a Google account. Syncing is set up from the web or desktop app; once it's running, the synced events appear on every device.
-
Open Calendar, open your Calendars list, and click the calendar you want your Google events to land in.
-
Find the Synced to this calendar section. If Google isn't linked yet, click More details and grant Latte access to your Google Calendar.
Screenshot coming soonThe Synced to this calendar section of a calendar dialog, with the Sync new action once Google is linkedCapture spec (for maintainers)
{ "id": "web.calendar-and-events.google-calendar-sync.sync-section", "platform": "web", "route": "/organization/calendar/week", "actions": [ { "pom": { "page": "CalendarPage", "call": "openCalendarList" } }, { "click": { "testId": "calendar-list-item" } } ], "clip": { "testId": "synced-calendars-list", "pad": 16 } } -
Click Sync new, choose which of your Google calendars to pull in, and confirm.
Screenshot coming soonThe Sync new dialog listing your Google calendars to choose which ones to pull into LatteCapture spec (for maintainers)
{ "id": "web.calendar-and-events.google-calendar-sync.pick-calendars", "platform": "web", "route": "/organization/calendar/week", "actions": [ { "pom": { "page": "CalendarPage", "call": "openCalendarList" } }, { "click": { "testId": "calendar-list-item" } }, { "click": { "testId": "sync-new-gcalendar-button" } } ], "clip": { "testId": "sync-new-gcalendar-dialog", "pad": 16 } } -
To stop syncing one, click its un-sync icon and confirm. The events imported from it are removed, and you can re-sync later to bring them back.
Google sync is set up the same way in the desktop app.