org_add_program_event
ActiveTool of Lodi Kids Activities
declared in 1.0.0
Add a single event (practice, game, scrimmage, picture day, cancellation, etc.) to a program's calendar.
Parameters schema
{
"type": "object",
"required": [
"program_id",
"kind",
"starts_at"
],
"properties": {
"kind": {
"enum": [
"practice",
"game",
"scrimmage",
"tournament",
"recital",
"picture_day",
"meeting",
"field_trip",
"cancellation",
"other"
],
"type": "string"
},
"notes": {
"type": "string"
},
"address": {
"type": "string"
},
"ends_at": {
"type": "string"
},
"location": {
"type": "string"
},
"opponent": {
"type": "string"
},
"starts_at": {
"type": "string",
"description": "ISO 8601 timestamp"
},
"program_id": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Lodi Kids Activities
1/7 registries