Calendar
Update calendar
Patch Luma calendar settings like name, description, and timezone using luma.calendar.update(calendarId, params) in the TypeScript SDK.
SDK
luma.calendar.update(calendarId, params): Promise<Calendar>
Updates calendar settings. Pass the api_id from calendar.get() as calendarId.
Parameters
Calendar ID from
calendar.get().api_id.Fields to update. See the official Luma API docs for available fields.
Test it
Runcalendar.get() first to read the current name, then call update() with a test value on a non-production calendar.