Create a calendar
Latte gives you a personal calendar when you join, but you can add more — one for work shifts, another for a side project — each with its own colour so it's easy to tell apart on the grid.
Creating calendars is a web feature. On mobile you can still see every calendar and pick which one a new event goes into, but you create and manage calendars from the web or desktop app.
-
Open Calendar and open your Calendars list.
-
Click Create new. The Create a new calendar dialog opens.
Screenshot coming soonThe Create a new calendar dialog with a name typed and a colour selectedCapture spec (for maintainers)
{ "id": "web.calendar-and-events.create-a-calendar.creation-dialog", "platform": "web", "route": "/organization/calendar/week", "actions": [ { "pom": { "page": "CalendarPage", "call": "openCalendarList" } }, { "click": { "testId": "calendar-create-new-button" } }, { "fill": { "testId": "calendar-name-input", "value": "Side project" } } ], "clip": { "testId": "calendar-creation-dialog", "pad": 16 } } -
Type a name (between 1 and 32 characters) and pick a colour.
-
Click Confirm. Your new calendar appears in the list, ready to hold events.
The desktop app creates calendars the same way — it's the same web experience in a window.
When you create an event, pick your new calendar as its Associated calendar to file it there. You can rename, recolour, or delete a calendar at any time.