Are your users using Classroom with Google Meet? Check out the Apps Script quickstart covering how to check student attendance in Google Meet courses.

DriveFolder

Stay organized with collections Save and categorize content based on your preferences.

Representation of a Google Drive folder.

JSON representation
{
  "id": string,
  "title": string,
  "alternateLink": string
}
Fields
id

string

Drive API resource ID.

title

string

Title of the Drive folder.

Read-only.