1

Topic: Default permissions for personal calendars

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 2021020901 (Backend: mariadb, Date: 2021-02-10 13:36:19) iRedMail Easy
====

Hi,

is it possible to set default permissions to personal calendars in SOGo? For all authenticated users I'd like to have:

* show all for public entries
* show date & time for private entries

Setting should apply for all existing users and all newly created users.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Default permissions for personal calendars

Found a solution myself. This has to be added to sogo.conf:

SOGoCalendarDefaultRoles = (
        PublicViewer,
        ConfidentialDAndTViewer,
        PrivateDAndTViewer
    );

Found at the default config for Mailcow: https://github.com/mailcow/mailcow-dock … /sogo.conf

3

Re: Default permissions for personal calendars

Thanks for sharing. smile