Quote:
Originally Posted by 2takter i want to know if it's possible to request calendar entrys via mysql.
i have about 30 users in my zimbra and every of them has it's own calendar. now i wanna see the entrys of every calendar with a simple mysql command.
for example SELECT * FROM tablename; |
We don't support a MySQL interface to the data. (You can try to do it if you'd like, but you're on your own -- and PLEASE don't edit the rows in the database.)
Is there a reason that the REST .ics export and the SOAP interfaces won't do what you need? There's already a CLI interface (
zmmailbox) and a Java API abstraction (
zclient) written for you...