@ebarooni/capacitor-calendar
    Preparing search index...

    Interface CreateCalendarOptions

    5.2.0

    interface CreateCalendarOptions {
        accountName?: string;
        color?: string;
        ownerAccount?: string;
        sourceId?: string;
        title: string;
    }
    Index

    Properties

    accountName?: string

    The account under which the calendar is registered. Required on Android. Typically an email address.

    plugin@example.com
    

    Android

    7.1.0

    color?: string

    The color of the calendar as #RRGGBB or #RRGGBBAA.

    When omitted, Android and iOS use #007AFF (light-mode iOS system blue).

    Android, iOS

    #007AFF
    
    #007AFF
    

    5.2.0

    ownerAccount?: string

    The owner of the calendar. Required on Android. Typically an email address.

    plugin@example.com
    

    Android

    7.1.0

    sourceId?: string

    The EventKit source (account) where the calendar should be created.

    If provided, it must match an existing source from fetchAllCalendarSources(). If omitted, iCloud is used when available, otherwise the local source.

    iOS

    5.2.0

    title: string

    Android, iOS

    5.2.0