Make ICSx5 work with ics files offered as attachments from webpages #88
-
Some websites may provide ics calendars not as a direct link or redirection, but as an attachment. We should consider this use case also. For example if users enter a link to a html page in ICSx5 (see below) the web page could offer the ics as an attachment like seen here: The web server answers with:
... < HTTP/2 200 ... after that the VCALENDAR data follows ... If it is possible we should discuss whether this can/should be supported by ICSx5. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Seems that this was caused due to automatic blocking okhttp via the user agent to avoid automatic grabbing. Can only be fixed on the web server. |
Beta Was this translation helpful? Give feedback.
Seems that this was caused due to automatic blocking okhttp via the user agent to avoid automatic grabbing. Can only be fixed on the web server.