A shipped built-in calendar: its shortcode/id, display label, and config.

interface BuiltinCalendarData {
    config: object;
    label: string;
    shortcode: string;
}

Properties

config: object

The Foundry CalendarData.CreateData config.

label: string

Display name (a localization key).

shortcode: string

Stable identifier (the registry id; the value social.calendar names).