You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess this might be, because GatherPress puts the whole iCal rendering into the href attribute of the link, without sending explicit headers for an attachment.
I suggest introducing a new rewrite endpoint for the calendar links of an event. Having an explicit url for each of the add-to-calendar links should help solving the described bug. A positive side-effect is that, all interactions with those links become trackable within statistics.
The downloadable links should return the rendered iCal like currently, but with the missing headers added.
The real links to the Google and Yahoo calendars should be redirected early on template_redirect or some similar hook.
The text was updated successfully, but these errors were encountered:
Seems to be more a problem of Firefox on iOS, in Safari it works.
RPReplay_Final1725104990.mp4
carstingaxion
changed the title
No download of iCal or outlook files on iPadOs 17.5.1
No download of iCal or outlook files in Firefox on iPadOs 17.5.1
Sep 4, 2024
See #606 (comment)
I guess this might be, because GatherPress puts the whole iCal rendering into the href attribute of the link, without sending explicit headers for an attachment.
I suggest introducing a new rewrite endpoint for the calendar links of an event. Having an explicit url for each of the add-to-calendar links should help solving the described bug. A positive side-effect is that, all interactions with those links become trackable within statistics.
The downloadable links should return the rendered iCal like currently, but with the missing headers added.
The real links to the Google and Yahoo calendars should be redirected early on
template_redirect
or some similar hook.The text was updated successfully, but these errors were encountered: