editEvent method

void editEvent(
  1. Event<T> event
)

Fires PlannerConfig.onEntryEdit for event — the accessibility "Edit" action, mirroring the context menu's "Edit Event".

Implementation

void editEvent(Event<T> event) => config.onEntryEdit?.call(event.entry);