2

The Google Classroom class cards page provides the function / option to COPY a classroom (reproduce) for purposes such as a new term. This COPY feature is not exposed in the Classroom API. How might I emulate it?

Bill Pier
  • 21
  • 1

1 Answers1

0

At the moment there is no direct way of cloning a classroom in the Classroom API. There is the IssueTracker 150669916 which requests that feature, you could go and give it a +1 to increase in popularity. In #2 there is a workaround that could be used as an alternative, you can follow it to emulate this behaviour.

Jacques-Guzel Heron
  • 2,480
  • 1
  • 7
  • 16
  • note that #2 states that you can't copy Materials via the API - which makes the suggested workaround largely useless IMJO (I imagine in most cases copying students, which is also suggested, isn't what you want to do) – DJDave Aug 21 '21 at 16:31