Skip to content

Commit 99b104f

Browse files
docs(scheduler): update dragging recurrence behavior
1 parent dca1ffa commit 99b104f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/scheduler/edit-appointments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The UI for the scheduler provides the following options for interacting with the
7070
* The duration is preserved when dragging across the area of origin (for example, from the all-day slot to another day in the all-day slot).
7171
* When dragging between different areas (for example, from the all-day slot to a particular day), the new duration is the default duration for the area (for example, one day for the all-day slot, or one `TimeSlot` for the time table).
7272
* If you drag the all-day portion of an appointment that has specific start and end times (that is, it is _not_ an all-day appointment), it will not become an all-day appointment.
73-
* Changing a recurring appointment can create an exception or alter the entire series. The user is given a propmpt to choose which one to edit. Dragging a recurring appointment to a new date/time and choosing to alter the entire series will make the newly chosen slot the new start time for the entire recurring event, so events before that slot will no longer be rendered - the recurrence starts at the new time now. Exceptions for earlier dates will be preserved, however.
73+
* Changing a recurring appointment can create an exception or alter the entire series. The user is given a propmpt to choose which one to edit. Dragging a recurring appointment to a new date/time will offset the entire series.
7474
* Hovering an appointment shows resize handles that you can drag to change the appointment duration.
7575
* Resizing is allowed in directions where the appointment has a clear end. For example, if an all-day event continues after the current scheduler view, you won't be able to resize it in that direction. If an appointment starts or ends in a different day, or before/after the shown hours in the scheduler, resizing in that direction is not allowed.
7676
* Clicking (or tapping) the [x] button on the appointment itself deletes it. The [x] button is shown when the appointment is hovered to conserve space.

0 commit comments

Comments
 (0)