Retrieving Calendar Appointments through Messaging API
Posted: Sat May 09, 2009 1:24 am
Hello,
I am trying to retrieve Calendar Appointments in xml Format through the Messaging API:
http://my.server.name/api/user@domain.com/mailbox/Calendar?output=xml
which successfully returns a list of "item" (nodes) with an "xlink:href" attribute, as well as "date", "subject", "from" and "sender" nodes.
In order to access the start and end date for a Calendar Appointment, I need to make subsequent requests for each "item" node using the "xlink:href" attribute, since the "date" in the above node list seems to return the date, when the Calendar Appointment was entered into the system.
Is there any way to retrieve the start and end date of a Calendar Appointment in the initial request in xml format?
Note: Using seems to help, put doesn't return all Calendar Appointments in a consistent manner (sometimes it returns all appointments, sometimes some, and sometimes none).
Thanks,
H.
I am trying to retrieve Calendar Appointments in xml Format through the Messaging API:
http://my.server.name/api/user@domain.com/mailbox/Calendar?output=xml
which successfully returns a list of "item" (nodes) with an "xlink:href" attribute, as well as "date", "subject", "from" and "sender" nodes.
In order to access the start and end date for a Calendar Appointment, I need to make subsequent requests for each "item" node using the "xlink:href" attribute, since the "date" in the above node list seems to return the date, when the Calendar Appointment was entered into the system.
Is there any way to retrieve the start and end date of a Calendar Appointment in the initial request in xml format?
Note: Using
Code: Select all
output=ical
Thanks,
H.