Skip to content

Commit eaba7f1

Browse files
feat: Automated regeneration of Calendar client (#13299)
Auto-created at 2025-04-09 13:16:08 +0000 using the toys pull request generator.
1 parent 8ef23e7 commit eaba7f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/calendar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ end
1717

1818
## For more information
1919

20-
Product documentation is available at [https://developers.google.com/google-apps/calendar/firstapp](https://developers.google.com/google-apps/calendar/firstapp).
20+
Product documentation is available at [https://developers.google.com/workspace/calendar/firstapp](https://developers.google.com/workspace/calendar/firstapp).
2121

2222
Library reference documentation is published on Hexdocs at
2323
[https://hexdocs.pm/google_api_calendar](https://hexdocs.pm/google_api_calendar).

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 "20250115"
23+
@discovery_revision "20250404"
2424

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

clients/calendar/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ defmodule GoogleApi.Calendar.Mixfile do
5959
licenses: ["Apache-2.0"],
6060
links: %{
6161
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/calendar",
62-
"Homepage" => "https://developers.google.com/google-apps/calendar/firstapp"
62+
"Homepage" => "https://developers.google.com/workspace/calendar/firstapp"
6363
}
6464
]
6565
end

0 commit comments

Comments
 (0)