[Migrated content. Thread originally posted on 15 December 2011]
Hello,our Intranet is coded in AcuCobol (CGI).
I will give the Users the Option to Create a Event in Outlook from the Intranet-Calendar i coded.
I think the easiest option is to create a vcs-file. But to realsize this i have to change the
- Content-Type
- Content-Disposition
In the CGI-Manual from Acu i found in "4.6 Creating a Runtime Configuration" that i can Change the Content-Type
-> Problem 1 solved
But what is with the Content-Disposition?
With PHP i will write:
header("Content-Type: text/Calendar");
header("Content-Disposition: inline; filename=calendar.ics");