@deskcreate/agentcraft
    Preparing search index...

    Interface GoogleCalendarAdapterConfig

    interface GoogleCalendarAdapterConfig {
        apiBaseUrl?: string;
        calendarId?: string;
        credentials: GoogleCredentials;
        onAuditEvent?: (event: AdapterAuditEvent) => void;
        timeoutMs?: number;
        timezone?: string;
    }
    Index

    Properties

    apiBaseUrl?: string
    calendarId?: string
    credentials: GoogleCredentials
    onAuditEvent?: (event: AdapterAuditEvent) => void
    timeoutMs?: number
    timezone?: string