the spec/format for outlook calendar file (.ICS)

  • Thread starter Thread starter yi.yang.01
  • Start date Start date
Might try looking at one of these two links

http://support.microsoft.com/kb/287625 (1.0 format - vcs)
http://support.microsoft.com/kb/307313 (2.0 format - ics)

Other than that, what I usually do learn about this format is to create a
calendar item and then save it to the file system. From there, open in
notepad to get a better idea of what properties are being set. Once armed
with that, much easier to Google each property to see what the accepted
values are since it should relate back to RFC 2445/2446.
 
Might try looking at one of these two links

http://support.microsoft.com/kb/287625(1.0format- vcs)http://support.microsoft.com/kb/307313(2.0format-ics)

Other than that, what I usually do learn about thisformatis to create a
calendar item and then save it to thefilesystem.  From there, open in
notepad to get a better idea of what properties are being set.  Once armed
with that, much easier to Google each property to see what the accepted
values are since it should relate back to RFC 2445/2446.








- Show quoted text -

That's what I am looking for. Thanks a lot!

Elian
 
Back
Top