@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface CalendarEventCreatedData

    Webhook event types and payload interfaces for Contio Partner API

    Types are generated from the AsyncAPI specification. See: specs/asyncapi/webhooks.yaml

    Webhooks provide timely signals when partner-relevant activities occur. Payloads are intentionally minimal - use the Partner User API to fetch full details when needed.

    interface CalendarEventCreatedData {
        additionalProperties?: Record<string, unknown>;
        attendee_count: number;
        calendar_event_id: string;
        end_time: string;
        is_all_day: boolean;
        start_time: string;
        title: string;
    }
    Index

    Properties

    additionalProperties?: Record<string, unknown>
    attendee_count: number
    calendar_event_id: string
    end_time: string
    is_all_day: boolean
    start_time: string
    title: string