Hi guys, I'm currently getting all the account information through this:
su - zimbra -c "zmmailbox -z -m
example@domain.com getRestURL /?fmt=tgz" > /tmp/file.tgz
The problem is when an account has more than one calendar. Is there a way to notice whether a file is calendar or not?. It will useful to me just to know the name of all calendars in the account. I'm executing this from a python script, so I can make any operation.
Thanks in advanced!