Create an event
Events are the building blocks of your Latte calendar — lectures, study sessions, meetings, anything with a time. You can create one from any calendar view, make it repeat, and share it with your groups.
You need at least one calendar. Latte creates a personal calendar for you when you join, so you're ready to go unless you deleted it — see Create a calendar.
- 🖥 Web
- 📱 Mobile
-
Open Calendar from the navigation and pick any view — day, week, month, or year.
-
Click an empty slot on the grid. The Create an Event dialog opens ("Create a new event, task or deadline").
-
Enter the event's name, then set the date and time.
Screenshot coming soonThe Create an Event dialog with a name, date, and time filled inCapture spec (for maintainers)
{ "id": "web.calendar-and-events.create-an-event.dialog-filled", "platform": "web", "route": "/organization/calendar/week", "actions": [ { "pom": { "page": "CalendarPage", "call": "openCreateEventDialog" } }, { "fill": { "testId": "event-name-input", "value": "Study session — Analysis II" } } ], "clip": { "testId": "event-create-dialog", "pad": 16 } } -
Optionally pick an Associated calendar and a course, choose a category, and add a description.
-
To make the event repeat, choose a recurrence. You can change single occurrences later — when you reschedule a repeating event, Latte asks Reschedule a recurring event and offers This instance only, This and the following instances of this event, or All instances of this event (see Recurring events).
-
Save. The event appears on the grid immediately — and on every device, in real time.
Screenshot coming soonThe new event shown on the week-view grid right after savingCapture spec (for maintainers)
{ "id": "web.calendar-and-events.create-an-event.event-on-grid", "platform": "web", "route": "/organization/calendar/week", "actions": [ { "pom": { "page": "CalendarPage", "call": "createEvent", "args": [ "Study session — Analysis II" ] } } ] }
The desktop app has the same calendar; events you create there sync identically.
-
Open the Calendar tab.
-
Tap the + button. The event creation screen opens.
-
Enter the event's name, then set the date and time.
Screenshot coming soonThe mobile event creation screen with a name, date, and time filled inCapture spec (for maintainers)
{ "id": "mobile.calendar-and-events.create-an-event.create-screen", "platform": "mobile", "route": "/organization/calendar/events/create", "actions": [ { "tapOn": { "id": "calendar-create-event-button" } }, { "inputText": { "id": "event-name-input", "text": "Study session — Analysis II" } } ] } -
Optionally pick an Associated calendar and a course, choose a category, and add a description.
-
To make the event repeat, choose a recurrence.
-
Save. The event appears in your calendar immediately.
Tapping an event on mobile opens a full detail screen (on the web it opens as an overlay on the calendar) — same information, different shape.