-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable set organizer in Appointment (EntityCollection) #73
Comments
Hi @Wirbelrind
I believe you have to set those before create the appointment as per C# sample. Try something like
HTH |
The error messages are now fixed but the data in activity party are still not registered. At the table level I can see that the appointment is created, owner is set accordingly. But neither the organizer nor the required people. Any other ideas where the problem could be? Wirbelrind |
Hi @Wirbelrind can you paste the full code creating the subscription please? Thanks |
Here is our complete test code
I hope it helps Wirbelrind |
Hi @Wirbelrind
try
Cheers |
Did this ever work? I think I've tried every combination above and still nothing. |
@RichPitul activityparties is a, uhm, challenge. Can you share the code what you're trying to achieve and the error you're getting? |
Hi @georged I am trying to do exactly this, create appointments and include a requiredattendee; which is a contact that is either already in CRM or a new Contact `
} |
@wizardist do we support |
No, we do not. This code implies deep insert and other forms of wizardry which are not supported. There is a plan to add support for easy activityparty handling in the Web API toolkit though so that a PHP equivalent of the code below is possible (see AlexaCRM/dynamics-webapi-toolkit#16) |
I'm trying to create a new appointment using the toolkit, but fail when setting the organizer or the required people.
Error messages:
where is my mistake or how can I fill the appropriate fields
The text was updated successfully, but these errors were encountered: