i've tried searching tutorial on internet about how PHP can import outlook event calendar (or is it possible to do??)...so far, tutorial that i've found is about how PHP can read inbox,sent,deleted item on Outlook but none of them explaining how to read event candar outlook with PHP. the main purpose of my searching, is that i want to sychronize outlook calendar event to the web...does any one can help??
read outlook event calendar from PHP
Disclosure: I don't work with MS products and I haven't been keeping up with PHP as well as I used to. However, no one has responded, so FWIW:
I would be wary of libraries that purport to interface directly with MS products. Your best bet may be to export the Outlook calendar into a format readable by PHP, then sync from there. Dump the Outlook information every once in a while, and have PHP generate the interface from the dump.