Creating Plot Twists
    Preparing search index...

    Interface Calendar

    Represents a calendar from an external calendar service.

    Contains metadata about a specific calendar that can be synced with Plot. Different calendar providers may have additional provider-specific properties.

    interface Calendar {
        id: string;
        name: string;
        description: string | null;
        primary: boolean;
    }
    Index

    Properties

    id: string

    Unique identifier for the calendar within the provider

    name: string

    Human-readable name of the calendar

    description: string | null

    Optional description or additional details about the calendar

    primary: boolean

    Whether this is the user's primary/default calendar