2019-12-30 09:06:28 -05:00
|
|
|
{
|
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
|
|
"solution": {
|
|
|
|
"name": "react-graph-calendar-client-side-solution",
|
|
|
|
"id": "42fe0a0f-c4d9-4b05-806c-3857decb3d71",
|
2020-11-06 11:53:26 -05:00
|
|
|
"version": "1.2.3.0",
|
2019-12-30 09:06:28 -05:00
|
|
|
"includeClientSideAssets": true,
|
|
|
|
"skipFeatureDeployment": true,
|
|
|
|
"isDomainIsolated": false,
|
|
|
|
"webApiPermissionRequests": [
|
|
|
|
{
|
|
|
|
"resource": "Microsoft Graph",
|
|
|
|
"scope": "Group.Read.All"
|
2020-01-09 14:10:19 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"resource": "Microsoft Graph",
|
|
|
|
"scope": "Calendars.Read"
|
2019-12-30 09:06:28 -05:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"paths": {
|
|
|
|
"zippedPackage": "solution/react-graph-calendar.sppkg"
|
|
|
|
}
|
|
|
|
}
|