Export event with C# to iCalendar and vCalendar format -


I am working on a project where we support the ability to export an event in Outlook 2007, Outlook 2010. ICal and I have done some research and have found that iCal (to support the iCal program) and vCal (to support Outlook) is basically the same thing that I have seen, That's why I'm trying to see if I'm .ics and .vcs files What between the two implementations to make it easier for Nane I could borrow. I found, even more.
  1. Is there anyone who knows the truth between the two? It seems that iCal has some more properties and version 2.0 is where vCal 1.0 is.

  2. Is there a library that is already handling these two different types of exports

  3. What is the vCal implementation of Outlook Is different between 2007 and Outlook 2010?

    Note: I know that Outlook also supports the iCal (* .ics) format, but we have additionally vCal (*. VCS) has been asked to support the creation of files. * For .ics files

    1. And here's one. Originally iCal is inherited from vCal implementation, the main change is the quantity and format of information which can take data.

    2. For the .NET, use the Great Library of Doug Day. It can export both ical and vcal formats (to enable compatibility for Outlook 2003 / VCL just set the calendar version to 1.0 instead of 2.0)

    3. The ICL standard's Outlook There is some information on the implementation, but there is no information on the changes between the two

Comments