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

    Interface CheckPermissionOptions

    Options for CalendarAccess#checkPermission.

    8.3.1

    interface CheckPermissionOptions {
        scope: CalendarPermissionScope;
    }
    Index

    Properties

    Properties

    The permission scope to check.

    On Android, readReminders and writeReminders resolve to "prompt" (reminders are not supported on Android).

    CalendarPermissionScope.READ_CALENDAR
    

    Android, iOS

    8.3.1