We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have a problem with recurring appointments that have a certain count.
These are created correctly, but after an update via soap they become "infinite".
The problem seems to be that the count of appointments is not taken into account (via NumberedRecurrence) at all and is set here.
Or have I missed something?
The text was updated successfully, but these errors were encountered:
I think your code sleuthing is correct, @Jisco. Furthermore, I see a number of other Recurrence types that don't appear to be implemented in the code?
https://learn.microsoft.com/en-us/exchange/client-developer/web-service-reference/recurrence-recurrencetype
I guess their usage is kind of rare?
Sorry, something went wrong.
No branches or pull requests
Hi,
I have a problem with recurring appointments that have a certain count.
These are created correctly, but after an update via soap they become "infinite".
The problem seems to be that the count of appointments is not taken into account (via NumberedRecurrence) at all and is set here.
Or have I missed something?
The text was updated successfully, but these errors were encountered: