create_attendance_session
Create a new attendance session in a course to track student presence. Set a title, optional start time, and choose to hide it from students.
Instructions
Create a new attendance session in a course.
Args: course_id: The course ID (use list_courses to find it). title: Session title (e.g. "Week 3 Tutorial"). start: Optional start time in ISO 8601 format (e.g. "2026-03-01T09:00:00+11:00"). Defaults to now. is_hidden: If true, the session is hidden from students.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | ||
| title | Yes | ||
| course_id | Yes | ||
| is_hidden | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |