@@ -93,8 +93,10 @@ public final class EventAttendee extends com.google.api.client.json.GenericJson
93
93
* declined the invitation. - "tentative" - The attendee has tentatively accepted the invitation.
94
94
* - "accepted" - The attendee has accepted the invitation. Warning: If you add an event using
95
95
* the values declined, tentative, or accepted, attendees with the "Add invitations to my
96
- * calendar" setting set to "When I respond to invitation in email" won't see an event on their
97
- * calendar unless they choose to change their invitation response in the event invitation email.
96
+ * calendar" setting set to "When I respond to invitation in email" or "Only if the sender is
97
+ * known" might have their response reset to needsAction and won't see an event in their calendar
98
+ * unless they change their response in the event invitation email. Furthermore, if more than 200
99
+ * guests are invited to the event, response status is not propagated to the guests.
98
100
* The value may be {@code null}.
99
101
*/
100
102
@ com .google .api .client .util .Key
@@ -309,8 +311,10 @@ public boolean isResource() {
309
311
* declined the invitation. - "tentative" - The attendee has tentatively accepted the invitation.
310
312
* - "accepted" - The attendee has accepted the invitation. Warning: If you add an event using
311
313
* the values declined, tentative, or accepted, attendees with the "Add invitations to my
312
- * calendar" setting set to "When I respond to invitation in email" won't see an event on their
313
- * calendar unless they choose to change their invitation response in the event invitation email.
314
+ * calendar" setting set to "When I respond to invitation in email" or "Only if the sender is
315
+ * known" might have their response reset to needsAction and won't see an event in their calendar
316
+ * unless they change their response in the event invitation email. Furthermore, if more than 200
317
+ * guests are invited to the event, response status is not propagated to the guests.
314
318
* @return value or {@code null} for none
315
319
*/
316
320
public java .lang .String getResponseStatus () {
@@ -323,8 +327,10 @@ public java.lang.String getResponseStatus() {
323
327
* declined the invitation. - "tentative" - The attendee has tentatively accepted the invitation.
324
328
* - "accepted" - The attendee has accepted the invitation. Warning: If you add an event using
325
329
* the values declined, tentative, or accepted, attendees with the "Add invitations to my
326
- * calendar" setting set to "When I respond to invitation in email" won't see an event on their
327
- * calendar unless they choose to change their invitation response in the event invitation email.
330
+ * calendar" setting set to "When I respond to invitation in email" or "Only if the sender is
331
+ * known" might have their response reset to needsAction and won't see an event in their calendar
332
+ * unless they change their response in the event invitation email. Furthermore, if more than 200
333
+ * guests are invited to the event, response status is not propagated to the guests.
328
334
* @param responseStatus responseStatus or {@code null} for none
329
335
*/
330
336
public EventAttendee setResponseStatus (java .lang .String responseStatus ) {
0 commit comments