In Dynamics CRM, I'm trying to get all the appointments where a specific user is an attendee, using Web API. I know that I have to deal with Appointment entity and ActivityParty with activitypartytypemask equals 9 but really cannot figure out how to make it. How can identify the attendee ?
Dynamics - How to get all appointments that for a specific user attends by Web Api
317 views Asked by Hubert Solecki At
1
You can use FetchXml for your purpose. Check following Fetch:
Using provided FetchXml and WebApi you should get the result you wanted. Url should look like following:
This article contains additional details.