Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
class
AddEventAction(TypedDict):
71
actionType: Literal[
"add event"
]
72
event: Event
73
74
75
Actions = (
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…