-
[SOLVED] Deep linking?
Hello, Zimbrans.
I'm deploying Zimbra for an organization that has a web-based project management system of their own design. Each company project has an associated Calendar in Zimbra, and I'd like to be able to link to the appropriate Calendar view from each project's overview page.
Can someone describe generally how to link to specific pages within Zimbra?
Thanks,
-b
-
http://server/home/~/Calendar.ics
http://server/user/~/Calendar.ifb (busy info)
http://server/zimbra/home/~/Calendar.rss
http://server/zimbra/user/~/Calendar.atom
For an HTML view see RFE: Bug 7078 - publish shared calendar as html
you could do like:
http://server/home/accountname/Calendar.ifb?start=0d&end=60d
http://server/zimbra/home/~/calendar.atom?start=0days&end=30days
you'll need to auth first
-'user' & 'home', as well as 'service' & 'zimbra' are mostly interchangeable/often not needed/you can construct in a variety of ways.
(besides some change the name from zimbra to something else)
ie:/user/~
/home/accountname
/zimbra/user/~/
/zimbra/home/~/
/zimbra/user/accountnamehere/
/zimbra/home/accountnameehere/
/service/home/~
~ can be used in place of an actual accountname