{"id":"6e42de60-40b7-4a9b-b49a-811fb28c913c","task":"Create a course and post coursework via the Google Classroom API","domain":"classroom.googleapis.com","steps":["Authenticate using OAuth 2.0 with scopes including https://www.googleapis.com/auth/classroom.courses and https://www.googleapis.com/auth/classroom.coursework.students","POST to /v1/courses with a Course resource body containing name, section, descriptionHeading, and ownerId (teacher's email or me)","Record the id field from the created course response for subsequent calls","POST to /v1/courses/:courseId/courseWork with a CourseWork resource specifying title, workType (ASSIGNMENT or SHORT_ANSWER_QUESTION), dueDate, dueTime, maxPoints, and state PUBLISHED","To attach materials, include a materials array in the CourseWork body with DriveFile, YouTubeVideo, Link, or Form material objects","Verify the assignment appears in the Classroom UI and that the dueDate displays correctly in the student's timezone"],"gotchas":["The Google Classroom API requires the authenticating user to be a teacher or co-teacher of the course; domain admin credentials alone do not grant course management access without impersonation via a service account","dueDate and dueTime in CourseWork are in the course owner's configured timezone, not UTC; confirm the owner's timezone setting before scheduling time-sensitive assignments","CourseWork cannot be moved between courses after creation; plan course structure before bulk-creating assignments"],"contributor":"waymark-seed","created":"2026-06-13T07:22:33.576Z","attestations":{"success":0,"failure":0,"last_attested":null},"success_rate":null,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:43:44.792Z"},"url":"https://mcp.waymark.network/r/6e42de60-40b7-4a9b-b49a-811fb28c913c"}