Get the weekly schedule
goalslot_get_scheduleRetrieve the weekly schedule template to identify available time windows. Use it before proposing new blocks to avoid conflicts.
Instructions
READ ONLY. Returns the user's weekly schedule template, grouped by day and sorted by start time. The GoalSlot schedule is a REPEATING WEEKLY TEMPLATE, not a calendar of dated events. A block on Tuesday 09:00-12:00 happens every Tuesday. There is no way to schedule something for one specific date. Times are wall-clock HH:mm with no date and no timezone. dayOfWeek is Sunday-first: 0 = Sunday through 6 = Saturday. Call this before proposing any new block, so you can see which windows are already taken.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dayOfWeek | No | Restrict to a single day. 0 = Sunday, 1 = Monday, ... 6 = Saturday. Omit for the whole week. |