Skip to content
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

Calendar Event List instances should include the deleted occurrence too. #2196

Closed
idiotsky opened this issue Nov 2, 2023 · 3 comments
Closed

Comments

@idiotsky
Copy link

idiotsky commented Nov 2, 2023

I'm use the following code to retrieve the recurrence exception for sync to local calendar
EventCollectionResponse allOccurrences = await graphServiceClient.Me.Events[id].Instances.GetAsync( configuration => { configuration.QueryParameters.StartDateTime = "2023-08-29T09:00:00.0000000"; configuration.QueryParameters.EndDateTime = "2023-10-29T00:00:00.0000000"; configuration.QueryParameters.Filter = "Type eq 'Exception'"; } );
it only returns the change occurrence, the deleted occurrence should be return too.

@andrueastman
Copy link
Member

Thanks for raising this @idiotsky

As this is a question related to the functionality of the API response and this repo is mainly intended for the issues related with client SDK, we may not be best place to answer how to get the deleted occurrences from the API as well.
Any chance you can post the same question at the link below so as to get feedback from the API owners if this is supported? It would be great if you could post back a link to the same as well so that anyone who comes across this may also find it as well.

https://learn.microsoft.com/en-us/answers/tags/161/ms-graph

Copy link
Contributor

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

Copy link
Contributor

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants