writeCalendar constant

AndroidPermissionDef const writeCalendar

android.permission.WRITE_CALENDAR

Required to modify the user's calendar events. Runtime permission: true Group: calendar_write_only

Implementation

static const writeCalendar = AndroidPermissionDef(
  'android.permission.WRITE_CALENDAR',
  runtime: true,
  group: 'calendar_write_only',
  keywords: {'events'},
  docNotes: {'Required to modify the user\'s calendar events'},
);