create .ics file on the fly using javascript or jquery?

后端 未结 5 925
花落未央
花落未央 2021-01-30 12:08

Can someone tell me if there is any jquery plugin to dynamically create .ics file with values coming from the page div values like there would be

5条回答
  •  萌比男神i
    2021-01-30 12:18

    From what I have found online and on this site, it is not possible to get this to work in IE as you need to include certain headers to let IE know to download this file.

    The window.open method works for Chrome and Firefox but not IE so you may need to restructure your code to use a server-side language to generate and download the ICS file.

    More can be found in this question

提交回复
热议问题