Future<List<Event>?> getEvents([String? id]) async { return RemindersPlatform.events.getEvents(id); }