Skip to main content

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.

note

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.

  1. Open Calendar and open your Calendars list.

  2. Click Create new. The Create a new calendar dialog opens.

    Screenshot coming soon
    The Create a new calendar dialog with a name typed and a colour selected
    Capture 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
      }
    }
  3. Type a name (between 1 and 32 characters) and pick a colour.

  4. Click Confirm. Your new calendar appears in the list, ready to hold events.

On the Latte desktop app

The desktop app creates calendars the same way — it's the same web experience in a window.

Good to know

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.