get_upcoming_events
Retrieve Network School calendar events scheduled for the upcoming days to stay informed about workshops, classes, and activities.
Instructions
Get Network School events happening in the next N days
Input Schema
Name | Required | Description | Default |
---|---|---|---|
days | No | Number of days to look ahead (default: 7) |
Input Schema (JSON Schema)
{
"properties": {
"days": {
"default": 7,
"description": "Number of days to look ahead (default: 7)",
"type": "number"
}
},
"type": "object"
}