0

I am writing a python script to transform the appointment information from an API to a calendar. To make it universally usable, the script outputs an .ics file which is available via Google Drive (using Google Calendar API is not what we want).

The ics-File (=script output) looks like this:

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//xxxx//xxxx//
BEGIN:VEVENT
SUMMARY:xxxx
DTSTART;TZID="UTC+02:00";VALUE=DATE-TIME:20220825T180000
DTEND;TZID="UTC+02:00";VALUE=DATE-TIME:20220826T060000
DESCRIPTION:xxxx
END:VEVENT
END:VCALENDAR

The file is added as a custom calendar (direct drive download link). In the online version of Google Calendar I can see the events and click on them to view the description.

In the GCalendar App (Android, fully up to date) however, I see the events, but when I click on them to view the description it says "The requested event could not be found".

What is really strange to me, is that I can see the details in the online version and in the app it says, that the event could not be found. Does anyone have an idea, why this happens and how to fix it?

Although the setup is a bit different, I tried this: Google Calendar - could not find the requested event but it didn't work.

Some One
  • 1
  • 1
  • Welcome to StackOverflow! Tags are used to help make sure the folks best capable of answering your question see it. It is not clear to me how this is relevant to either "android" or "actions-on-google". Can you update your question to clarify or make sure the question is tagged more relevantly? – Prisoner Aug 23 '22 at 00:50

0 Answers0