Search code examples
phpintegrationoutlook-calendar

integrate outlook calendar to php app


Is there a way to transfer the events setup on outlook calendar to a php app.


Solution

  • I had to do this, except it was to a java webservice. I wrote a .NET sync utility and used Visual Studio Tools for Office (VSTO) to interact with Outlook. The util would run and send certain appointmets to a java webservice and stored in a database for reporting at headquarters.