We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE does not support data-uri links https://caniuse.com/#feat=datauri
This means the links created via ical_url, apple_url and outlook_url will not download successfully in IE.
ical_url
apple_url
outlook_url
Add optional feature which you can enable that creates the *.ics file on the server and serves it as a normal download.
This will require users to configure a route in their application
The text was updated successfully, but these errors were encountered:
Internet Explorer was officially retired on 15 June, 2022 and market share is less than 2%. Closing this.
Sorry, something went wrong.
No branches or pull requests
Problem
IE does not support data-uri links https://caniuse.com/#feat=datauri
This means the links created via
ical_url
,apple_url
andoutlook_url
will not download successfully in IE.Solution
Add optional feature which you can enable that creates the *.ics file on the server and serves it as a normal download.
This will require users to configure a route in their application
The text was updated successfully, but these errors were encountered: