I want to have a button that opens a ics file (calendar file) using javascript, because the name of the file will change depending on other fields. I get a NotAllowedError saying security settings prevent access to th is property or method when attemping to open a file that is not a pdf. I've even added a trusted function to my config.js to see if that would allow me to do it, and it gives me the same error. Do any of you have a solution for this issue?
This is what I am using:
app.openDoc("/C/TEMP/testing.ics")
Thanks!
George Kaiser