Skip to content

Commit da349f7

Browse files
1 parent e4674b4 commit da349f7

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

clients/google-api-services-calendar/v3/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-calendar</artifactId>
25-
<version>v3-rev20240906-2.0.0</version>
25+
<version>v3-rev20240927-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-calendar:v3-rev20240906-2.0.0'
38+
implementation 'com.google.apis:google-api-services-calendar:v3-rev20240927-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-calendar/v3/2.0.0/com/google/api/services/calendar/model/EventAttendee.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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) {

clients/google-api-services-calendar/v3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-calendar</artifactId>
11-
<version>v3-rev20240906-2.0.0</version>
12-
<name>Calendar API v3-rev20240906-2.0.0</name>
11+
<version>v3-rev20240927-2.0.0</version>
12+
<name>Calendar API v3-rev20240927-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-calendar/v3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-calendar</artifactId>
25-
<version>v3-rev20240906-2.0.0</version>
25+
<version>v3-rev20240927-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-calendar:v3-rev20240906-2.0.0'
38+
implementation 'com.google.apis:google-api-services-calendar:v3-rev20240927-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)