test_calendar_endpoints
Validate personal and school calendar endpoints by specifying date ranges. Use inputs in YYYY-MM-DD format to test single-day or multi-day intervals for accurate calendar data verification.
Instructions
Test both personal and school calendar endpoints
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from_date | No | Start date in YYYY-MM-DD format (optional). If only from_date is provided, it will be treated as a single day. | |
to_date | No | End date in YYYY-MM-DD format (optional). Must be at least 1 day after from_date when both are provided. |