Creating Plot Twists
    Preparing search index...

    Interface SyncOptions

    Configuration options for calendar synchronization.

    Controls the time range and other parameters for calendar sync operations. Used to limit sync scope and optimize performance.

    interface SyncOptions {
        timeMin?: Date;
        timeMax?: Date;
    }
    Index

    Properties

    Properties

    timeMin?: Date

    Earliest date to sync events from (inclusive)

    timeMax?: Date

    Latest date to sync events to (exclusive)