I’m trying to display calender events in WordPress that originate on an exchange server. WordPress accepts an ICS file.
How can I get an ICS file from MS Exchange Email Server?
note: It doesn’t have to be an ics filer pre se, as long as there is a way to import into wordpress.
If you connect with Exchange Web Services (EWS) with some custom code, you can get appointment details and format them into an ICS file to push to WordPress.