As we have heard, the problem has been solved on the server side by modifying the VTIMEZONE definitions.
Couldn't parse calendar resource
-
I get an error when trying to import this .ics file either directly from the website or as a local file. I continuously get a ‘Couldn’t parse calendar resource’ error.
If you could help me out I would very much appreciate it!
-
Hello,
The
DTSTAMP
property MUST be specified in the UTC time format. Please fix your DTSTAMP properties.However, ical4android (ICSdroid) should be more resilient. I’ll think about adding a work-around for this in the next release.
-
Thanks for the response. I played around with the file a little bit and got it to work. Unfortunately all the .ics files that my school publishes have the same issue. Hopefully they can fix something.
-
I had the same problem with https://raw.githubusercontent.com/PanderMusubi/dutch-holidays/master/DutchHolidays.ics but also after adding DTSTAMP. Do I need to add more?
-
@Pander said:
I had the same problem with https://raw.githubusercontent.com/PanderMusubi/dutch-holidays/master/DutchHolidays.ics but also after adding DTSTAMP. Do I need to add more?
Your DTEND is not correct: validation results. Also, you should use
\r\n
(instead of only\n
) as a line separator. -
Thanks, also for the url to the validator. All is fixed now in my calendar and I can use the app.