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/google-api-services-calendar/v3/2.0.0/com/google/api/services/calendar/model/CalendarListEntry.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,14 @@ public final class CalendarListEntry extends com.google.api.client.json.GenericJ
44
44
@com.google.api.client.util.Key
45
45
privatejava.lang.StringaccessRole;
46
46
47
+
/**
48
+
* Whether this calendar automatically accepts invitations. Only valid for resource calendars.
49
+
* Read-only.
50
+
* The value may be {@code null}.
51
+
*/
52
+
@com.google.api.client.util.Key
53
+
privatejava.lang.BooleanautoAcceptInvitations;
54
+
47
55
/**
48
56
* The main color of the calendar in the hexadecimal format "#0088aa". This property supersedes
49
57
* the index-based colorId property. To set or change this property, you need to specify
@@ -220,6 +228,25 @@ public CalendarListEntry setAccessRole(java.lang.String accessRole) {
220
228
returnthis;
221
229
}
222
230
231
+
/**
232
+
* Whether this calendar automatically accepts invitations. Only valid for resource calendars.
0 commit comments