create

abstract fun create(calendarPermission: CalendarPermission, settings: BasePermissionManager.Settings = BasePermissionManager.Settings(), coroutineScope: CoroutineScope): CalendarPermissionManager

Creates a CalendarPermissionManager

Return

a CalendarPermissionManager

Parameters

calendarPermission

the CalendarPermission to manage.

settings

BasePermissionManager.Settings to apply to the manager

coroutineScope

The CoroutineScope the manager runs on