@@ -117,7 +117,7 @@ Defined in: [calendar/date-core.ts:79](https://github.com/TanStack/time/blob/mai
117117addEvent (event , options ? ): Promise < SaveEventResult > ;
118118` ` `
119119
120- Defined in: [calendar/calendar.ts:1713 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1713 )
120+ Defined in: [calendar/calendar.ts:1744 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1744 )
121121
122122Fetches events for the event's date range, validates placement
123123constraints, and adds the event if valid. Returns a result
@@ -275,7 +275,7 @@ CalendarActions.changeViewMode
275275commitAdd (event ): void ;
276276` ` `
277277
278- Defined in: [calendar/calendar.ts:828 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L828 )
278+ Defined in: [calendar/calendar.ts:859 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L859 )
279279
280280#### Parameters
281281
@@ -295,7 +295,7 @@ Defined in: [calendar/calendar.ts:828](https://github.com/TanStack/time/blob/mai
295295commitUpdate (id , updates ): void ;
296296` ` `
297297
298- Defined in: [calendar/calendar.ts:850 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L850 )
298+ Defined in: [calendar/calendar.ts:881 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L881 )
299299
300300#### Parameters
301301
@@ -322,7 +322,7 @@ createDependency(
322322 type ): object ;
323323` ` `
324324
325- Defined in: [calendar/calendar.ts:1865 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1865 )
325+ Defined in: [calendar/calendar.ts:1896 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1896 )
326326
327327Creates a dependency link from source to target event.
328328If the target event starts before the source event ends, it will optionally reschedule the target.
@@ -371,7 +371,7 @@ CalendarActions.createDependency
371371createResizeController (options ): ResizeController < TResource , TEvent > ;
372372` ` `
373373
374- Defined in: [calendar/calendar.ts:1400 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1400 )
374+ Defined in: [calendar/calendar.ts:1431 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1431 )
375375
376376#### Parameters
377377
@@ -394,7 +394,7 @@ editEvent(
394394options ? ): Promise < SaveEventResult > ;
395395` ` `
396396
397- Defined in: [calendar/calendar.ts:1767 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1767 )
397+ Defined in: [calendar/calendar.ts:1798 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1798 )
398398
399399Fetches events for the event's date range, validates move constraints
400400(and cascading dependents), and updates the event if valid.
@@ -729,7 +729,7 @@ CalendarActions.getEventProps
729729getEvents (): TEvent [];
730730` ` `
731731
732- Defined in: [calendar/calendar.ts:1339 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1339 )
732+ Defined in: [calendar/calendar.ts:1370 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1370 )
733733
734734Returns a snapshot of all events currently managed by the calendar (including those outside the visible range).
735735
@@ -779,7 +779,7 @@ CalendarActions.getEventsByDate
779779getEventsByResource (): Map < TResource [" id" ], TEvent []> ;
780780` ` `
781781
782- Defined in: [calendar/calendar.ts:2185 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L2185 )
782+ Defined in: [calendar/calendar.ts:2216 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L2216 )
783783
784784Groups visible events by resource, merging multi-day segments back to full-span events.
785785
@@ -851,7 +851,7 @@ readonly `object`[]
851851getMasterEvent (event ): TEvent ;
852852` ` `
853853
854- Defined in: [calendar/calendar.ts:1334 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1334 )
854+ Defined in: [calendar/calendar.ts:1365 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1365 )
855855
856856Returns the master event for a given occurrence (or the event itself if it is already the master).
857857
@@ -879,7 +879,7 @@ CalendarActions.getMasterEvent
879879getTimelineLayout (): TimelineLayout < TResource , TEvent > ;
880880` ` `
881881
882- Defined in: [calendar/calendar.ts:2189 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L2189 )
882+ Defined in: [calendar/calendar.ts:2220 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L2220 )
883883
884884Computes horizontal timeline layout with event positions, lane assignments, and current time marker.
885885
@@ -933,7 +933,7 @@ getUnavailabilityDetails(
933933 options ? ): object [];
934934` ` `
935935
936- Defined in: [calendar/calendar.ts:2070 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L2070 )
936+ Defined in: [calendar/calendar.ts:2101 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L2101 )
937937
938938#### Parameters
939939
@@ -967,7 +967,7 @@ Defined in: [calendar/calendar.ts:2070](https://github.com/TanStack/time/blob/ma
967967getUnavailableRanges (date , options ? ): UnavailableRange [];
968968` ` `
969969
970- Defined in: [calendar/calendar.ts:1981 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1981 )
970+ Defined in: [calendar/calendar.ts:2012 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L2012 )
971971
972972Retrieves unavailable time ranges for a specific date based on resource availability.
973973
@@ -1047,7 +1047,7 @@ CalendarActions.goToCurrentPeriod
10471047goToNextOccurrence (eventId , fromDate ? ): void ;
10481048` ` `
10491049
1050- Defined in: [calendar/calendar.ts:1351 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1351 )
1050+ Defined in: [calendar/calendar.ts:1382 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1382 )
10511051
10521052Navigates to the next occurrence of a recurring event after fromDate (defaults to activeDate).
10531053No-op when the event is not recurring or has no future occurrences.
@@ -1104,7 +1104,7 @@ CalendarActions.goToNextPeriod
11041104goToPreviousOccurrence (eventId , fromDate ? ): void ;
11051105` ` `
11061106
1107- Defined in: [calendar/calendar.ts:1375 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1375 )
1107+ Defined in: [calendar/calendar.ts:1406 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1406 )
11081108
11091109Navigates to the previous occurrence of a recurring event before fromDate (defaults to activeDate).
11101110No-op when the event is not recurring or is already at the first occurrence.
@@ -1229,7 +1229,7 @@ CalendarActions.groupDaysBy
12291229redo (): void ;
12301230` ` `
12311231
1232- Defined in: [calendar/calendar.ts:822 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L822 )
1232+ Defined in: [calendar/calendar.ts:850 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L850 )
12331233
12341234Re-applies the last undone action.
12351235
@@ -1251,7 +1251,7 @@ CalendarActions.redo
12511251removeEvent (id ): void ;
12521252` ` `
12531253
1254- Defined in: [calendar/calendar.ts:1954 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1954 )
1254+ Defined in: [calendar/calendar.ts:1985 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1985 )
12551255
12561256Removes an event by ID.
12571257
@@ -1279,7 +1279,7 @@ CalendarActions.removeEvent
12791279undo (): void ;
12801280` ` `
12811281
1282- Defined in: [calendar/calendar.ts:816 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L816 )
1282+ Defined in: [calendar/calendar.ts:841 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L841 )
12831283
12841284Reverts the last mutating action (commitAdd, commitUpdate, removeEvent).
12851285
@@ -1301,7 +1301,7 @@ CalendarActions.undo
13011301validateEventDependencies (event , dependsOn ): object ;
13021302` ` `
13031303
1304- Defined in: [calendar/calendar.ts:1615 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1615 )
1304+ Defined in: [calendar/calendar.ts:1646 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1646 )
13051305
13061306Validates if placing an event with a specific start time satisfies all dependency constraints.
13071307
@@ -1359,7 +1359,7 @@ CalendarActions.validateEventDependencies
13591359validateEventPlacement (event ): object ;
13601360` ` `
13611361
1362- Defined in: [calendar/calendar.ts:1672 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1672 )
1362+ Defined in: [calendar/calendar.ts:1703 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1703 )
13631363
13641364Validates whether a new event (not yet added to the calendar) can be
13651365placed at the given time slot without violating resource availability.
@@ -1428,7 +1428,7 @@ validateMove(
14281428 newConsumption ? ): object ;
14291429` ` `
14301430
1431- Defined in: [calendar/calendar.ts:1406 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1406 )
1431+ Defined in: [calendar/calendar.ts:1437 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L1437 )
14321432
14331433Checks whether moving ` eventId ` to ` [newStart , newEnd ]` — and cascading
14341434all finish-to-start dependents — would violate any resource availability.
@@ -1491,7 +1491,7 @@ CalendarActions.validateMove
14911491validateResize (options ): ValidateResizeResult ;
14921492` ` `
14931493
1494- Defined in: [calendar/calendar.ts:2475 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L2475 )
1494+ Defined in: [calendar/calendar.ts:2506 ](https://github.com/TanStack/time/blob/main/packages/time/src/calendar/calendar.ts#L2506 )
14951495
14961496#### Parameters
14971497
0 commit comments