5.2.0

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

Properties

accountName?: string

Only needed on Android. Typically set to an email address.

Android

7.1.0

color?: string

The color of the calendar. Should be provided on Android.

Android, iOS

#0000FF

5.2.0

ownerAccount?: string

Only needed on Android. Typically set to an email address.

Android

7.1.0

sourceId?: string

iOS

5.2.0

title: string

Android, iOS

5.2.0