|
855 | 855 | "label": "Publishing Editor - The user can create, read, edit, and delete all items in the folder, and create subfolders.",
|
856 | 856 | "value": "PublishingEditor"
|
857 | 857 | },
|
| 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 | + }, |
858 | 874 | {
|
859 | 875 | "label": "Reviewer - The user can read all items in the folder.",
|
860 | 876 | "value": "Reviewer"
|
861 | 877 | },
|
862 | 878 | {
|
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.", |
864 | 880 | "value": "Contributor"
|
865 | 881 | },
|
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 |
| - }, |
870 | 882 | {
|
871 | 883 | "label": "Availability Only - Indicates that the user can view only free/busy time within the calendar.",
|
872 | 884 | "value": "AvailabilityOnly"
|
873 | 885 | },
|
| 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 | + }, |
874 | 890 | {
|
875 | 891 | "label": "None - The user has no permissions on the folder.",
|
876 | 892 | "value": "none"
|
|
0 commit comments