requestCalendarPermissions method
Requests calendar permissions from the user.
Returns true if permissions are granted, false otherwise.
Implementation
Future<bool> requestCalendarPermissions() {
throw UnimplementedError(
'requestCalendarPermissions() has not been implemented.');
}