Skip to content

EWS, OWA, ActiveSync: Accept an instance of a recurring meeting #786

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

Merged
merged 3 commits into from
Jul 18, 2025

Conversation

NeilRashbrook
Copy link
Collaborator

This used to fail because instances are locally generated and so don't have a server or item id.

I'm going to have to look up how to support this in ActiveSync 14.0 as that doesn't support the instance id.

When I tested, I couldn't get the user's calendar to show the new status, although Exchange had sent the email and the organiser's calendar showed their status, but maybe that was just me.

@NeilRashbrook NeilRashbrook self-assigned this Jul 17, 2025
@NeilRashbrook
Copy link
Collaborator Author

(I noticed that the email sent by Exchange has both a RECURRENCE-iD and an RRULE; I'm not sure whether the combination will confuse any of our iCal code.)

@@ -247,10 +247,16 @@ export class ActiveSyncEvent extends Event {
async respondToInvitation(response: InvitationResponseInMessage): Promise<void> {
assert(this.isIncomingMeeting, "Only invitations can be responded to");
let request = {
Request: {
// TODO support ActiveSync 14.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. What are we supporting?
  2. What are we currently doing for 14.0?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 14.1
  2. it still doesn't work.

@benbucksch benbucksch merged commit 95d9a90 into master Jul 18, 2025
@benbucksch benbucksch deleted the neil/exchange-accept-single-instance branch July 18, 2025 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants