CalendarScaling: Difference between revisions

(Created page with "=Implementing SpamAssassin's 'FromNameSpoof' plugin to prevent spammers from spoofing= <hr> {{WIP}} ====Problem==== If multiple appointments with small duration then those...")
 
Line 1: Line 1:
=Implementing SpamAssassin's 'FromNameSpoof' plugin to prevent spammers from spoofing=  
=Zimbra calendar scaling with 15 minutes grid=  
<hr>
<hr>
{{WIP}}   
{{WIP}}   

Revision as of 08:56, 3 May 2022

Zimbra calendar scaling with 15 minutes grid



Problem

If multiple appointments with small duration then those appointments will overlapped, so 15 minutes grid required on calendar.

Solution

Weekly view of Zimbra calendar will display with 30 minutes grid by default. Calendar scaling need to be enabled to display 15 minutes grid on weekly calendar view.

zmlocalconfig -e zimbraPrefCalenderScaling=true
zmmailboxdctl restart
Note: Execute above commands on mailbox server(s).
Jump to: navigation, search