You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/calendar/lib/google_api/calendar/v3/model/acl_rule.ex
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,8 @@ defmodule GoogleApi.Calendar.V3.Model.AclRule do
28
28
- "none" - Provides no access.
29
29
- "freeBusyReader" - Provides read access to free/busy information.
30
30
- "reader" - Provides read access to the calendar. Private events will appear to users with reader access, but event details will be hidden.
31
-
- "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible.
32
-
- "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to see and manipulate ACLs.
31
+
- "writer" - Provides read and write access to the calendar. Private events will appear to users with writer access, and event details will be visible. Provides read access to the calendar's ACLs.
32
+
- "owner" - Provides ownership of the calendar. This role has all of the permissions of the writer role with the additional ability to manipulate ACLs.
33
33
* `scope` (*type:* `GoogleApi.Calendar.V3.Model.AclRuleScope.t`, *default:* `nil`) - The extent to which calendar access is granted by this ACL rule.
0 commit comments