Skip to content

Commit 87fcc6d

Browse files
1 parent f67e1af commit 87fcc6d

4 files changed

Lines changed: 39 additions & 6 deletions

File tree

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-rev20260225-2.0.0</version>
25+
<version>v3-rev20260517-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-rev20260225-2.0.0'
38+
implementation 'com.google.apis:google-api-services-calendar:v3-rev20260517-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: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ public final class EventAttendee extends com.google.api.client.json.GenericJson
3636
@com.google.api.client.util.Key
3737
private java.lang.Integer additionalGuests;
3838

39+
/**
40+
* If present, indicates the status of an asynchronous operation ongoing for this attendee (e.g.
41+
* listing of members of large attendee groups). Read-only. The default is to not be present.
42+
* Possible values are: - "inProgress" - The asynchronous operation is in progress. - (not
43+
* present) - Otherwise.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String asyncOperation;
48+
3949
/**
4050
* The attendee's response comment. Optional.
4151
* The value may be {@code null}.
@@ -127,6 +137,29 @@ public EventAttendee setAdditionalGuests(java.lang.Integer additionalGuests) {
127137
return this;
128138
}
129139

140+
/**
141+
* If present, indicates the status of an asynchronous operation ongoing for this attendee (e.g.
142+
* listing of members of large attendee groups). Read-only. The default is to not be present.
143+
* Possible values are: - "inProgress" - The asynchronous operation is in progress. - (not
144+
* present) - Otherwise.
145+
* @return value or {@code null} for none
146+
*/
147+
public java.lang.String getAsyncOperation() {
148+
return asyncOperation;
149+
}
150+
151+
/**
152+
* If present, indicates the status of an asynchronous operation ongoing for this attendee (e.g.
153+
* listing of members of large attendee groups). Read-only. The default is to not be present.
154+
* Possible values are: - "inProgress" - The asynchronous operation is in progress. - (not
155+
* present) - Otherwise.
156+
* @param asyncOperation asyncOperation or {@code null} for none
157+
*/
158+
public EventAttendee setAsyncOperation(java.lang.String asyncOperation) {
159+
this.asyncOperation = asyncOperation;
160+
return this;
161+
}
162+
130163
/**
131164
* The attendee's response comment. Optional.
132165
* @return value or {@code null} for none

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-rev20260225-2.0.0</version>
12-
<name>Calendar API v3-rev20260225-2.0.0</name>
11+
<version>v3-rev20260517-2.0.0</version>
12+
<name>Calendar API v3-rev20260517-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-rev20260225-2.0.0</version>
25+
<version>v3-rev20260517-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-rev20260225-2.0.0'
38+
implementation 'com.google.apis:google-api-services-calendar:v3-rev20260517-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)