learnus_upcoming
Lists LearnUs calendar events and deadlines within a date range, optionally for one course. Use it to answer schedule or deadline questions for specific dates.
Instructions
Lists canonical LearnUs calendar events and deadlines in a date range, optionally for one course. Use when the user asks for calendar events, schedules or deadlines between specific dates. Do not use it to infer task completion or required attendance; use learnus_get_weekly_tasks for actionable weekly coursework. Date-only values use Asia/Seoul; timestamps require a timezone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Inclusive range end as YYYY-MM-DD in Asia/Seoul or an ISO 8601 timestamp with timezone. | |
| from | Yes | Inclusive range start as YYYY-MM-DD in Asia/Seoul or an ISO 8601 timestamp with timezone. | |
| limit | No | Maximum number of calendar events to return after date and course filtering. | |
| courseId | No | Exact Moodle course ID returned by a LearnUs course tool. |