Websites v4 docs v5.2.4
    Preparing search index...

    Type Alias DBAPICalendarEvent

    type DBAPICalendarEvent = {
        agency_id: number;
        associations: [];
        branch_id: number;
        calendar_event_type_id: number;
        client_id: number | null;
        employee_id: number | null;
        ends_at: string | null;
        ends_on: string | null;
        external_id: string;
        filtered_associations: [];
        id: number;
        is_active: boolean;
        metadata: {
            business_unit: string;
            dates: [{ date: string; end_time: string; start_time: string }];
            event_color_type?: string;
        };
        notes: string;
        property_id: number
        | null;
        starts_at: string | null;
        starts_on: string | null;
        title: string;
    }
    Index

    Properties

    agency_id: number
    associations: []
    branch_id: number
    calendar_event_type_id: number
    client_id: number | null
    employee_id: number | null
    ends_at: string | null
    ends_on: string | null
    external_id: string
    filtered_associations: []
    id: number
    is_active: boolean
    metadata: {
        business_unit: string;
        dates: [{ date: string; end_time: string; start_time: string }];
        event_color_type?: string;
    }
    notes: string
    property_id: number | null
    starts_at: string | null
    starts_on: string | null
    title: string