create_assignment_override
Create a date override for a specific section or student group on an assignment. Set custom due, unlock, or lock dates to accommodate different schedules.
Instructions
Create a new date override for a specific section or set of students on an assignment. Use this to set section-specific due dates (e.g., different block start times for different sections).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due_at | No | Due date (ISO 8601) | |
| lock_at | No | Available until (ISO 8601) | |
| course_id | Yes | Canvas course ID | |
| unlock_at | No | Available from (ISO 8601) | |
| student_ids | No | Array of student IDs for a student-specific override. Provide this OR course_section_id, not both. | |
| assignment_id | Yes | Assignment ID | |
| course_section_id | No | Section ID (use list_sections to find). Provide this OR student_ids, not both. |