Skip to content

Commit 30b8038

Browse files
feat: Automated regeneration of Calendar client (googleapis#12260)
Auto-created at 2024-10-03 13:15:50 +0000 using the toys pull request generator.
1 parent afba51d commit 30b8038

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/calendar/lib/google_api/calendar/v3/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Calendar.V3 do
2020
API client metadata for GoogleApi.Calendar.V3.
2121
"""
2222

23-
@discovery_revision "20240906"
23+
@discovery_revision "20240927"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/calendar/lib/google_api/calendar/v3/model/event_attendee.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defmodule GoogleApi.Calendar.V3.Model.EventAttendee do
3434
- "needsAction" - The attendee has not responded to the invitation (recommended for new events).
3535
- "declined" - The attendee has declined the invitation.
3636
- "tentative" - The attendee has tentatively accepted the invitation.
37-
- "accepted" - The attendee has accepted the invitation. Warning: If you add an event using the values declined, tentative, or accepted, attendees with the "Add invitations to my calendar" setting set to "When I respond to invitation in email" won't see an event on their calendar unless they choose to change their invitation response in the event invitation email.
37+
- "accepted" - The attendee has accepted the invitation. Warning: If you add an event using the values declined, tentative, or accepted, attendees with the "Add invitations to my calendar" setting set to "When I respond to invitation in email" or "Only if the sender is known" might have their response reset to needsAction and won't see an event in their calendar unless they change their response in the event invitation email. Furthermore, if more than 200 guests are invited to the event, response status is not propagated to the guests.
3838
* `self` (*type:* `boolean()`, *default:* `false`) - Whether this entry represents the calendar on which this copy of the event appears. Read-only. The default is False.
3939
"""
4040

clients/calendar/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Calendar.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.24.1"
21+
@version "0.24.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)