Skip to content

Change Quick Exceptions to be the default#2561

Open
Shanefe wants to merge 7 commits into
mainfrom
QuickCalLogExceptions
Open

Change Quick Exceptions to be the default#2561
Shanefe wants to merge 7 commits into
mainfrom
QuickCalLogExceptions

Conversation

@Shanefe

@Shanefe Shanefe commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Issue:
Exception collection can be too slow (hours)

Fix:
Switch to only collect exceptions for 3 months

Validation:
Testing for months.

@Shanefe Shanefe requested a review from a team as a code owner June 26, 2026 17:08
Copilot AI review requested due to automatic review settings June 26, 2026 17:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 updates Get-CalendarDiagnosticObjectsSummary to make the fast (AppointmentRecurrenceBlob-based) exception collector the default for recurring meetings and to reduce the default exception lookback window to 3 months to address slow (hours-long) collections.

Changes:

  • Switches recurring-meeting exception collection to default to the fast collector and limits default exception date collection to the last 3 months (unless overridden).
  • Introduces/updates switches intended to control exception collection behavior (e.g., -ClassicExceptions, -AllExceptions) and updates output strings accordingly.
  • Adds additional role-classification / Excel workbook coloring behavior (delegate-related) beyond the exception-collection change.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
docs/Calendar/Get-CalendarDiagnosticObjectsSummary.md Updates documentation for the new default exception collection behavior and switches.
Calendar/Get-CalendarDiagnosticObjectsSummary.ps1 Updates parameters and default behavior for exception collection; adds cross-user role state and post-pass behavior.
Calendar/CalLogHelpers/ExportToExcelFunctions.ps1 Updates Excel output text for new exception defaults; adds delegate-based tab/table styling; refactors conditional formatting rules.
Calendar/CalLogHelpers/ExceptionCollectionFunctions.ps1 Changes the recency cutoff logic from 6 months to 3 months for default fast exception collection.
Calendar/CalLogHelpers/CalLogInfoFunctions.ps1 Extends organizer detection with identity validation and adds delegate-role classification helpers.
Calendar/CalLogHelpers/CalLogCSVFunctions.ps1 Adjusts GCDO storage and adds role classification recording for cross-user Excel updates.

Comment thread Calendar/Get-CalendarDiagnosticObjectsSummary.ps1 Outdated
Comment thread Calendar/Get-CalendarDiagnosticObjectsSummary.ps1
Comment thread docs/Calendar/Get-CalendarDiagnosticObjectsSummary.md Outdated
Comment thread docs/Calendar/Get-CalendarDiagnosticObjectsSummary.md Outdated
Comment thread docs/Calendar/Get-CalendarDiagnosticObjectsSummary.md Outdated
Comment thread Calendar/Get-CalendarDiagnosticObjectsSummary.ps1 Outdated
Shanefe and others added 6 commits June 26, 2026 14:48
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.

3 participants