Getting the ics for an appointment: Difference between revisions

(New page: This is a 2 step process. First, find the Zimbra appointment ID. Then, using this ID, go to a REST URL and retrieve the ics content and save it. To find the appointment ID: - From ...)
 
(Adding Article Footer and Category)
Line 16: Line 16:


http://<server>/service/home/<user>/~/?fmt=sync&id=<id>
http://<server>/service/home/<user>/~/?fmt=sync&id=<id>
{{Article Footer|Unknown|9/6/2007}}
[[Category:Calendar]]

Revision as of 22:33, 26 September 2008

This is a 2 step process. First, find the Zimbra appointment ID. Then, using this ID, go to a REST URL and retrieve the ics content and save it.

To find the appointment ID:

  - From a Firefox browser, install mozilla firebug 

(https://addons.mozilla.org/en-US/firefox/addon/1843)

  - Enable firebug from on the bottom right hand corner 
  - Under options, choose only XMLHttpRequests 
  - Open the meeting request 
  - In the firebug Console you will see something like: 

POST http://<mailserver.domain.com>/service/soap/GetMsgRequest (312ms)

  - Expand this http request 
  - and search for "apptId":"#####" in the Response 

The ID is the ###### above. Then go to this URL substituting appropriately.

http://<server>/service/home/<user>/~/?fmt=sync&id=<id>


Verified Against: Unknown Date Created: 9/6/2007
Article ID: https://wiki.zimbra.com/index.php?title=Getting_the_ics_for_an_appointment Date Modified: 2008-09-26



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »

Jump to: navigation, search