Future<bool> addEvent(CalendarEvent event) { return CalendarEventsPlatform.instance.addEvent(event); }