0

Via Chat API or otherwise, is it possible to duplicate a google space?

Duplicate, Google Space

I have a 'template' space set up that has many tasks attached to it.

For each 'Job' I bring on in my small business, I want to create a Google Space for it and have the tasks automatically assigned to each staff member.

Manually creating a space for each job (50+ tasks per job, 4-5 jobs per week) must be automated.

Yasin Br
  • 1,675
  • 1
  • 6
  • 16
Bjaeg
  • 338
  • 2
  • 14
  • 1
    [REST Resource: spaces]( https://developers.google.com/chat/api/reference/rest/v1/spaces) doesn't include a method to create spaces. Apparently your best bet will be to use a web browser automation tool. – Rubén Nov 06 '21 at 04:13
  • 2
    Possible duplicate of https://stackoverflow.com/q/69738447/1595451 – Rubén Nov 08 '21 at 05:02

1 Answers1

1

Unfortunately, no. This is not possible because there is no way to programmatically create Google Spaces (aka Rooms).

This feature was discussed internally for some time but is not generally available until today. See this issue discussed on the related tracker: https://issuetracker.google.com/issues/80447084?pli=1
In short, the main concern is this feature would be misused by bots, etc.

wp78de
  • 18,207
  • 7
  • 43
  • 71