Hi,
Can you send meeting request invitation thru PHP code and automatic update recipient Microsoft Calendar? Anybody who did similar development?
thanks,
DM
yes, you can send it as you would send a normal text email using mail() command, but you need to set a mime-type in the header of "vCalendar". unfortunately I don't know the text format of the mail but it should be on the internets somewhere.