I have a program written in Java that uses the Exchange Web Services (EWS) API to create appointments on users' calendars via impersonation. Now I want to create Lync meetings instead.
I thought I could just set the IsOnlineMeeting
property to true and be done with it, but apparently this property is useless.
The next idea I had was to use the UCMA, but it seems like you can't call UCMA from Java.
I am looking into using UCWA, but it sounds like it doesn't support impersonation.