| 49 | |
| 50 | |
| 51 | class ChangeTimeRangeAction(TypedDict): |
| 52 | actionType: Literal["change time range"] |
| 53 | eventReference: NotRequired[Annotated[EventReference, Doc("event to be changed")]] |
| 54 | timeRange: Annotated[EventTimeRange, Doc("new time range for the event")] |
| 55 | |
| 56 | |
| 57 | class AddParticipantsAction(TypedDict): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…