P
peppiv
I have a c# app that creates an ics file for attachment with emails we send to clients. Everything works fine except for the requirement of setting the Label to 'Personal'. The ics specifications I found online were old and could not find any info about adding this to the ics file. Does anyone know if it's possible and if so, what is the code?
Below is the present code:
BEGIN:VCALENDAR
PRODID:-//MS/SVCCAL//NONSGML v1.0//EN
BEGIN: VEVENT
DTSTART:
DTEND:LOCATION;ENCODING=QUOTED-PRINTABLE:
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:
SUMMARY;ENCODING=QUOTED-PRINTABLE:
PRIORITY:5
X-MICROSOFT-CDO-IMPORTANCE:1
CLASSUBLIC
BEGIN:VALARM
TRIGGERT60M
ACTIONISPLAY
DESCRIPTION:Reminder
END:VALARM
END:VEVENT
END:VCALENDAR.
Submitted using http://www.outlookforums.com
Below is the present code:
BEGIN:VCALENDAR
PRODID:-//MS/SVCCAL//NONSGML v1.0//EN
BEGIN: VEVENT
DTSTART:
DTEND:LOCATION;ENCODING=QUOTED-PRINTABLE:
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:
SUMMARY;ENCODING=QUOTED-PRINTABLE:
PRIORITY:5
X-MICROSOFT-CDO-IMPORTANCE:1
CLASSUBLIC
BEGIN:VALARM
TRIGGERT60M
ACTIONISPLAY
DESCRIPTION:Reminder
END:VALARM
END:VEVENT
END:VCALENDAR.
Submitted using http://www.outlookforums.com