Views: 1350
Last Modified: 01.09.2021
Click on "cogwheel" button to configure the calendar:
Module settings are
partially duplicated
with the settings in the administrative section. Indicate weekends, as well as weekly and annual holidays, workday clock-in and clock-out time. Tasks and event display is configured here as well:
Access permissions section also contains access levels to calendar for various user categories
Department head can browse subordinate's calendars depending on the access permissions assigned to subordinates.
Note: additional details about the calendar editing can be found at the page
Support24.
ErrorFolderNotFound error
|
An error can occur when synchronizing user calendar with MS Exchange: ErrorFolderNotFound. Error cause is the user's access permission for MS Exchange.
To set a required access permission level in power shell, execute the following:
Get-MailboxDatabase -identity “[mailbox database name]” | Add-ADPermission -user [username] -AccessRights GenericAll
Where mailbox database name - is the command result:
Get-MailboxDatabase | ft Identity
|