Closed aramirezverbio closed 3 years ago
Do you mean importing or subscription?
Anyway, both files aren't valid ICalendar files (you can test them on https://icalendar.org/validator.html), so that would be a first thing to check. There are missing the required UID
and DTSTAMP
properties¹.
¹ I actually sent a PR for Elixir's ICalendar library back in the day https://github.com/lpil/icalendar/pull/30
I mean subscription. I just tried importing and it works fine.
I'm not familiar with the ical spec. I didn't create the calendars. But in any case it's weird that one of the URLs works and the other does not when they both have the same content (and importing the same calendar works too). I don't think the problem is in the actual calendar but in the response headers.
Can you share some anonymized response headers in that case?
They are in the first message, at the bottom.
Possibly related to the duplicated headers.
Sorry, there was a copy-paste error. Here are the right headers:
There are still some duplicates, though.
I suppose this is still valid on NC21.0.2?
The log files are gone.
I tried with NextCloud 21 a while ago and the issue persisted, but I'm afraid I've moved on and I don't use those calendars anymore. I can't run any more tests on this.
No worries, I'll try to generate some with lpil/icalendar
to see if reproductible.
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions.