View Single Post
  #5 (permalink)  
Old 05-28-2008, 08:37 AM
DJ Ghost DJ Ghost is offline
Senior Member
 
Posts: 58
Default

So...
I don't see anything in the GUI to create nested Calendars even in the 5.0.6 so I suppose it's something only possible via command line ? I got this script from the links you gave :
#!/bin/bash
zmmailbox -z -m user1 cf -c blue -V appointment /Calendar/CalCal1
zmmailbox -z -m user1 cf -c green -V appointment /Calendar/CalCal1/CalCalCal2
zmmailbox -z -m user1 cf -c yellow -V appointment /Calendar/CalCal2
zmmailbox -z -m user1 cf -c red -V appointment /Inbox/InCal
zmmailbox -z -m user1 cf -V message /Inbox/InMsg
zmmailbox -z -m user1 cf -c cyan -V appointment /Inbox/InMsg/InMsgCal
zmmailbox -z -m user1 cf -c pink -V appointment /Contacts/ConCal
zmmailbox -z -m user1 cf -V message /Contacts/ConCal/ConCalMsg
zmmailbox -z -m user1 cf -c purple -V appointment /Contacts/ConCal/ConCalMsg/ConCalMsgCal

I think I can manage to create nested calendars from those command lines.
My question was, is there a way to create nested calendars into an application like iCal or other (even on PC) and synchonize those nested calendars with Zimbra. iCal can creates groups of calendars with only one level but his would be fine already. I just didn't find a way to synchonize those groups with Zimbra.

Perhaps with Outlook ?
Reply With Quote