Can I start Zimbra in calendar instead of mail??
Thanks
Printable View
Can I start Zimbra in calendar instead of mail??
Thanks
Not today. We plan to make this a option in settings eventually.
ummm, ok, but can I, at least, force it?
Not without changing code...
I suppose. Iīll try to change it.
ummm, which file and what is the calendar address?? :D
Thanks again.
You can also try:
http://server/zimbra/?app=calendar
though that is used for debugging/dev and isn't guaranteed to work. We need to add a preference for initial app.
If you want to hack on the code directly, the line is in ZmZimbraMail.js:
You can change that or the value of ZmZimbraMail.defaultStartApp, which is defined near the top of the file.Code:var startApp = (params && params.app) ? params.app : ZmZimbraMail.defaultStartApp;
The address http://server/zimbra/?app=calendar is working but not if I change the value of ZmZimbraMail.js
Iīm thinking... Itīs a javascript so I donīt need to compile it.
All the JavaScript files actually get their whitespace removed, get concat'd together, and compressed, so in production we generally don't look at single .js files any more. They end up in:
If you search the forums you'll find instructions on how to edit them, or maybe someone can dig up a reference for you.Code:/opt/zimbra/tomcat/webapps/zimbra/js/
Done and working. Thanks!