GoogleCalendar_CalendarShareWithUser

Description

Share a calendare with some users.


Auth

AuthJSON InArgument<String> REQUIRED

The JSON authentication string.

Read Google official Documentation for more information about how to get credentials.

Input

CalendarId InArgument<String> REQUIRED

The ID of the calendar to share with the users.

The role assigned to the scope.

UserEmail InArgument<String>

The email of the individual user to share the calendar with.

UserEmails InArgument<List<String>>

The emails of the users to share the calendar with.


Output

InsertedRuleIds OutArgument<List<String>>

The Ids of the inserted Rules. To share the calendar DocsMarshal adds an access rule to the specified Calendar to allow new users to access the calendar.