ical in outlook

  • Thread starter Thread starter Mauro Batista
  • Start date Start date
M

Mauro Batista

Hi,

I need to add some event's in the Ical created by the metting request form,
anyone know a away to do it? I'am using c# to create my add-in

thank you,
Mauro Batista
 
It's just a text file, you can open it in any editor or open it using any
file or text stream and then use string functions to parse it. Anything you
add must not only comply with the RFC for ical but also to what Outlook will
understand, Outlook doesn't support everything in the ical RFC.

Open a few using Notepad to see what they look like.
 
I Ken!

But i'd like to have acess to that file that metting request create, to
change in him, in some events, It's possible?

thank you
Mauro Batista
 
Back
Top