menu
legacy_calendar package
documentation
abstract_api_interface.dart
AbstractApiInterface
createEvent abstract method
createEvent abstract method
dark_mode
light_mode
createEvent
abstract method
Future
<
CalendarMonthEvent
>
createEvent
(
CalendarMonthEvent
event
)
Creates a new calendar event.
Implementation
Future<CalendarMonthEvent> createEvent(CalendarMonthEvent event);
legacy_calendar package
documentation
abstract_api_interface
AbstractApiInterface
createEvent abstract method
AbstractApiInterface class