How can i get ICS (iCalendar) values in Outlook using C#.net ?

T

tamilPSG

In ics ( iCalendar) file has serveral components like VEVENT, VJOURNAL
and VTODO etc.

In VEVENT component has Resources , Categories etc.

In Visual Studio 2010 has component outlook add-in, that has
appointment item which helps to retrieve value from ics file.Resources
key word does not work in outlook add -in .

This is my sample ics file

BEGIN:VEVENT
UID:[email protected]
DTSTAMP:19970901T1300Z
DTSTART:19970903T163000Z
DTEND:19970903T190000Z
SUMMARY:Annual Employee Review
CLASS:pRIVATE
CATEGORIES:BUSINESS,HUMAN RESOURCES
RESOURCES:KUMAR,SELVAN
END:VEVENT
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top