See Google Documentation for details

gc_course(
  id = NULL,
  name = NULL,
  section = NULL,
  descriptionHeading = NULL,
  ownerId = NULL,
  creationTime = NULL,
  updateTime = NULL,
  enrollmentCode = NULL,
  courseState = NULL,
  alternateLink = NULL,
  teacherGroupEmail = NULL,
  courseGroupEmail = NULL,
  teacherFolder = NULL,
  guardiansEnabled = NULL,
  calendarId = NULL,
  room = NULL,
  description = NULL,
  courseMaterialSets = NULL
)

Arguments

id

Identifier for this course assigned by Classroom

name

Name of the course

section

Section of the course

descriptionHeading

Optional heading for the description

ownerId

The identifier of the owner of a course

creationTime

Creation time of the course

updateTime

Time of the most recent update to this course

enrollmentCode

Enrollment code to use when joining this course

courseState

State of the course

alternateLink

Absolute link to this course in the Classroom web UI

teacherGroupEmail

The email address of a Google group containing all teachers of the course

courseGroupEmail

The email address of a Google group containing all members of the course

teacherFolder

Information about a Drive Folder that is shared with all teachers of the

guardiansEnabled

Whether or not guardian notifications are enabled for this course

calendarId

The Calendar ID for a calendar that all course members can see, to which

room

Optional room location

description

Optional description

courseMaterialSets

Sets of materials that appear on the 'about' page of this course

Value

Course object

Details

A Course in Classroom.

See also

Other Course functions: gc_courses_create(), gc_courses_patch(), gc_courses_update()