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

    Interface Calendar

    7.1.0

    interface Calendar {
        accountName: string | null;
        allowsContentModifications: boolean | null;
        color: string;
        id: string;
        internalTitle: string | null;
        isImmutable: boolean | null;
        isSubscribed: boolean | null;
        location: string | null;
        maxReminders: number | null;
        ownerAccount: string | null;
        source: CalendarSource | null;
        title: string;
        type: CalendarType | null;
        visible: boolean | null;
    }
    Index

    Properties

    accountName: string | null

    The account under which the calendar is registered.

    Android

    7.1.0

    allowsContentModifications: boolean | null

    iOS

    7.1.0

    color: string

    Android, iOS

    7.1.0

    id: string

    Android, iOS

    7.1.0

    internalTitle: string | null

    Internal name of the calendar (CalendarContract.Calendars.NAME).

    Android

    7.1.0

    isImmutable: boolean | null

    iOS

    7.1.0

    isSubscribed: boolean | null

    iOS

    7.1.0

    location: string | null

    Android

    7.1.0

    maxReminders: number | null

    Maximum number of reminders allowed per event.

    Android

    7.1.0

    ownerAccount: string | null

    The owner of the calendar.

    Android

    7.1.0

    source: CalendarSource | null

    iOS

    7.1.0

    title: string

    Android, iOS

    7.1.0

    type: CalendarType | null

    iOS

    7.1.0

    visible: boolean | null

    Indicates if the events from this calendar should be shown.

    Android

    7.1.0