calendar property

Permission get calendar

Creates a calendar permission with no custom name or description

This creates a Permission instance for calendar access without any custom display text. The platform will use default names and descriptions.

Implementation

static Permission get calendar => Permission(type: PermissionType.calendar);