Skip to content

Commit 78ecfdf

Browse files
Merge pull request #2551 from kris6673/caldefault-fix
Add missing options and fix editor value
2 parents c410a39 + 318e8ea commit 78ecfdf

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

src/data/standards.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -855,22 +855,38 @@
855855
"label": "Publishing Editor - The user can create, read, edit, and delete all items in the folder, and create subfolders.",
856856
"value": "PublishingEditor"
857857
},
858+
{
859+
"label": "Editor - The user can create items in the folder. The contents of the folder do not appear.",
860+
"value": "Editor"
861+
},
862+
{
863+
"label": "Publishing Author. The user can read, create all items/subfolders. Can modify and delete only items they create.",
864+
"value": "PublishingAuthor"
865+
},
866+
{
867+
"label": "Author - The user can create and read items, and modify and delete items that they create.",
868+
"value": "Author"
869+
},
870+
{
871+
"label": "Non Editing Author - The user has full read access and create items. Can can delete only own items.",
872+
"value": "NonEditingAuthor"
873+
},
858874
{
859875
"label": "Reviewer - The user can read all items in the folder.",
860876
"value": "Reviewer"
861877
},
862878
{
863-
"label": "Editor - The user can create items in the folder. The contents of the folder do not appear.",
879+
"label": "Contributor - The user can create items and folders.",
864880
"value": "Contributor"
865881
},
866-
{
867-
"label": "Limited Details - The user can view free/busy time within the calendar and the subject and location of appointments.",
868-
"value": "LimitedDetails"
869-
},
870882
{
871883
"label": "Availability Only - Indicates that the user can view only free/busy time within the calendar.",
872884
"value": "AvailabilityOnly"
873885
},
886+
{
887+
"label": "Limited Details - The user can view free/busy time within the calendar and the subject and location of appointments.",
888+
"value": "LimitedDetails"
889+
},
874890
{
875891
"label": "None - The user has no permissions on the folder.",
876892
"value": "none"

0 commit comments

Comments
 (0)