Skip to content

[Outlook] (Smart Alerts) Correct OnAppointmentSend behavior #5298

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 31, 2025

Conversation

samantharamon
Copy link
Contributor

No description provided.

Copy link
Contributor

Learn Build status updates of commit 55f21db:

✅ Validation status: passed

File Status Preview URL Details
docs/outlook/onmessagesend-onappointmentsend-events.md ✅Succeeded View

For more details, please refer to the build report.

@samantharamon samantharamon requested a review from Copilot July 24, 2025 23:37
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR corrects the documentation for the OnAppointmentSend event behavior in Outlook Smart Alerts, specifically clarifying when the event is triggered in Outlook on the web and new Outlook on Windows.

  • Updated the date to reflect recent changes
  • Clarified that OnAppointmentSend only occurs when meetings are created and sent from a separate window
  • Simplified the forwarding behavior description

- The `OnAppointmentSend` event only occurs when the meeting being sent was created through the **New Event** option. If the meeting being sent was created by selecting a date and time directly from the calendar, the `OnAppointmentSend` event doesn't occur.
- When forwarding a meeting, the `OnAppointmentSend` event only occurs if the organizer forwards the meeting. It doesn't occur if an attendee forwards the meeting to which they're invited.
- The `OnAppointmentSend` event only occurs when the meeting is created and sent from a separate window. It doesn't occur if the meeting is sent from the default meeting view that's shown after selecting the **New Event** option or selecting a date and time directly from the calendar. To open the meeting in a separate window from the default view, select **Open in new window**.
- The `OnAppointmentSend` event doesn't occur when forwarding a meeting.
Copy link
Preview

Copilot AI Jul 24, 2025

Choose a reason for hiding this comment

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

The simplified statement about forwarding behavior removes important context. The original text distinguished between organizer and attendee forwarding behavior, which may be valuable information for developers. Consider whether this distinction is still accurate or if it should be preserved for clarity.

Suggested change
- The `OnAppointmentSend` event doesn't occur when forwarding a meeting.
- The `OnAppointmentSend` event doesn't occur when forwarding a meeting, regardless of whether the user is the organizer or an attendee.

Copilot uses AI. Check for mistakes.

Copy link
Contributor

Learn Build status updates of commit d1d6123:

✅ Validation status: passed

File Status Preview URL Details
docs/outlook/onmessagesend-onappointmentsend-events.md ✅Succeeded View

For more details, please refer to the build report.

Copy link
Contributor

Learn Build status updates of commit 61ea1b6:

✅ Validation status: passed

File Status Preview URL Details
docs/outlook/onmessagesend-onappointmentsend-events.md ✅Succeeded View

For more details, please refer to the build report.

@samantharamon samantharamon merged commit f5c625d into main Jul 31, 2025
1 check passed
@samantharamon samantharamon deleted the samramon-onappointmentsend branch July 31, 2025 17:42
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