Creating Plot Twists
    Preparing search index...

    Type Alias CalendarAuth

    Represents successful calendar authorization.

    Returned by calendar tools when authorization completes successfully. The auth token is an opaque identifier that can be used for subsequent calendar operations.

    type CalendarAuth = {
        authToken: string;
    }
    Index

    Properties

    Properties

    authToken: string

    Opaque token for calendar operations