Skip to main content
SDK luma.calendar.update(calendarId, params): Promise<Calendar> Updates calendar settings. Pass the api_id from calendar.get() as calendarId.

Parameters

string
required
Calendar ID from calendar.get().api_id.
CalendarUpdateParams
required
Fields to update. See the official Luma API docs for available fields.

Test it

Run calendar.get() first to read the current name, then call update() with a test value on a non-production calendar.