Help with iCalendar setting

vdennis

Member
Hi all!
I am tring to include a word attachent as in the following .ics file:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Microsoft Corporation//Outlook 10.0 MEMDIR//EN
BEGIN:VEVENT
UID:wa4qms@arrl.net
DTSTAMP:20111202T183000Z
ORGANIZER;CN=Dennis xxxxxxx:MAILTO:x@xxxxL.NET
DTSTART:20111202T134500Z
DTEND:20111203T1400000Z
DESCRIPTION:This is a test of line 1\n and a test of line 2.\n test number 11
SUMMARY:Important date coming up, Dec 14th is my birthday
BEGIN:VALARM
ACTION:DISPLAY
TRIGGER:-PT15M
ATTACH;;FMTTYPE=application/msword://nas1/public/DSSI/DennisTest.doc
END:VALARM
END:VEVENT
END:VCALENDAR

Everything is working but the attachment. (//nas1 is a server on our network.) Not getting anything when on the received email and the event is opened up. Any thoughts?
-Dennis-
 
Think but I'm not sure, but ATTACH;FMTTYPE needs to point to an FTP or HTTP path and not a UNC path.
 
Back
Top