Skip to content

ConflictAction

ConflictAction = { action: "keep"; } | { action: "drop"; } | { action: "reschedule"; to: DateString; }

Conflict action when multiple events occur on the same day.

  • keep - Keep this event (default behavior, allows multiple events on same day)
  • drop - Remove this event when conflict exists
  • reschedule - Move this event to a different date