Loading...
Loading...
Create a Google Classroom course and invite students.
npx skill4agent add googleworkspace/cli recipe-create-classroom-coursePREREQUISITE: Load the following skills to execute this recipe:gws-classroom
gws classroom courses create --json '{"name": "Introduction to CS", "section": "Period 1", "room": "Room 101", "ownerId": "me"}'gws classroom invitations create --json '{"courseId": "COURSE_ID", "userId": "student@school.edu", "role": "STUDENT"}'gws classroom courses students list --params '{"courseId": "COURSE_ID"}' --format table