Но когда я отправляю запрос на аналогичный URL -адрес из кода Java, я поймаю 404
https://www.googleapis.com/calendar/v3/ ... vents?key= My-API-ключ и Timemin = 2025-03-13T00: 00: 00Z & TimeMax = 2026-03-13T23: 59: 59Z & orderby = startTime & singleVents = true
Код: Выделить всё
404 Not Found on GET request for "https://www.googleapis.com/calendar/v3/calendars/en.kz%2523holiday%2540group.v.calendar.google.com/events": "{ "error": { "errors": [ { "domain": "global", "reason": "notFound", "message": "Not Found" } ], "code": 404, "message": "Not Found" }}"Подробнее здесь: https://stackoverflow.com/questions/795 ... -exception