microsoftgraph / microsoftgraph/msgraph-metadata
`calendar/calendarView` is missing `expand` restrictions
Nobody has claimed this yet.
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
Related to https://github.com/microsoftgraph/msgraph-sdk-dotnet/issues/2358
The path user/calendarView has $expand parameter while the calendar/calendarView does not.
We will need to update the transform here to add this to the case.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at transforms/csdl/preprocess_csdl.xsl around line 2022 and compare the existing user/calendarView case with calendar/calendarView. Update the calendar/calendarView transform so its $expand restrictions are included, then verify that the generated metadata reflects the restriction.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100