MCPcopy Create free account
hub / github.com/microsoft/TypeChat / AddEventAction

Class AddEventAction

python/examples/calendar/schema.py:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70class AddEventAction(TypedDict):
71 actionType: Literal["add event"]
72 event: Event
73
74
75Actions = (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…