@@ -93,8 +93,10 @@ public final class EventAttendee extends com.google.api.client.json.GenericJson
9393 * declined the invitation. - "tentative" - The attendee has tentatively accepted the invitation.
9494 * - "accepted" - The attendee has accepted the invitation. Warning: If you add an event using
9595 * 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.
98100 * The value may be {@code null}.
99101 */
100102 @ com .google .api .client .util .Key
@@ -309,8 +311,10 @@ public boolean isResource() {
309311 * declined the invitation. - "tentative" - The attendee has tentatively accepted the invitation.
310312 * - "accepted" - The attendee has accepted the invitation. Warning: If you add an event using
311313 * 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.
314318 * @return value or {@code null} for none
315319 */
316320 public java .lang .String getResponseStatus () {
@@ -323,8 +327,10 @@ public java.lang.String getResponseStatus() {
323327 * declined the invitation. - "tentative" - The attendee has tentatively accepted the invitation.
324328 * - "accepted" - The attendee has accepted the invitation. Warning: If you add an event using
325329 * 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.
328334 * @param responseStatus responseStatus or {@code null} for none
329335 */
330336 public EventAttendee setResponseStatus (java .lang .String responseStatus ) {
0 commit comments