I have a Sencha Touch web application. I'm trying to generate a calendar event file and open it in another window hence forcing iOS to ask user to import this event into standard calendar.
I can do window.open
and then use document.write
to generate the file I want, but I also need to specify custom headers with content-type so Safari would recognize it as a calendar file.
Is it possible?