You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm run build / gulp bundle --ship — TypeScript, Sass, lint, and webpack passed.
gulp package-solution --ship — production .sppkg generated and validated.
Reviewed the diff for scope, secrets, debug output, and generated artifacts.
Tenant validation requested
Graph calendar permissions, group/site correspondence, tenant consent, timezone behavior, and responsive rendering still require validation in a real SharePoint Online tenant. No tenant screenshots are fabricated.
Could someone with a SharePoint Online tenant please validate this sample with two representative Microsoft 365 team-site calendars and add real screenshots to assets/ or this PR if possible?
Please check Graph permission/admin-consent behavior, site URL/group ID pairing, calendarView results, time zones, partial failures, access-denied and retry states, and narrow responsive layouts. The implementation is read-only and does not create/update/delete events. Local tests, TypeScript, lint, webpack, and production packaging pass. Positive or negative findings are welcome. Thank you!
We automatically validate all pull requests against our contribution guidance to ensure that all samples provide a consistent experience to our community.
In order to merge this PR in a timely manner, the following criteria must be met:
We automatically validate all pull requests against our contribution guidance to ensure that all samples provide a consistent experience to our community.
In order to merge this PR in a timely manner, the following criteria must be met:
@vystartasv please address the above issues and push new changes to this branch.
For more information, see the contribution guidance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a read-only React web part that aggregates Microsoft 365 group calendar views from a bounded set of SharePoint team-site sources.
What changed
calendarViewintegration through PnPjs Graph.siteUrl|groupIdsource configuration..nvmrcand valid PnP gallery metadata.How was this tested?
npm cinpm test— 10/10 tests passed across 5 suites.npm run build/gulp bundle --ship— TypeScript, Sass, lint, and webpack passed.gulp package-solution --ship— production.sppkggenerated and validated.Tenant validation requested
Graph calendar permissions, group/site correspondence, tenant consent, timezone behavior, and responsive rendering still require validation in a real SharePoint Online tenant. No tenant screenshots are fabricated.