Skip to content

Commit 75bef6e

Browse files
Merge pull request #1849 from kris6673/dev
Fix Invalid Operation error for caldefault standards when using FreeBusyTimeAndSubjectAndLocation and FreeBusyTimeOnly
2 parents b015da7 + 50dc59b commit 75bef6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/standards.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,12 +371,12 @@
371371
"value": "Contributor"
372372
},
373373
{
374-
"label": "Free Busy Time And Subject And Location - The user can view free/busy time within the calendar and the subject and location of appointments.",
375-
"value": "FreeBusyTimeAndSubjectAndLocation"
374+
"label": "Limited Details - The user can view free/busy time within the calendar and the subject and location of appointments.",
375+
"value": "LimitedDetails"
376376
},
377377
{
378-
"label": "Indicates that the user can view only free/busy time within the calendar.",
379-
"value": "FreeBusyTimeOnly"
378+
"label": "Availability Only - Indicates that the user can view only free/busy time within the calendar.",
379+
"value": "AvailabilityOnly"
380380
},
381381
{
382382
"label": "None - The user has no permissions on the folder.",

0 commit comments

Comments
 (0)