Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Developers

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-05-2011, 07:27 AM
Intermediate Member
 
Posts: 17
Default [SOLVED] Zimbra 6.0.8 CreateAppointmentRequest creates appointment with length of app

Solved: this was bad XML. <s> element and <e> element are siblings; I put <e> element as child to <s>.

Making SOAP request (shown below) to create appointment, results in appointment 1 second long. Also, this call allows entering duplicate busy events at same time (that may be correct).

I tried this using <e d="20110405T131500Z"/>, and tried using <dur m="30"/>, both resulting with same results.

Please give advise on how to properly create appointment of any given length (15 min, 1/2 hour, 1 hour, etc).


Thank you,
Ray


Zimra full version info: Release 6.0.8_GA_2661.RHEL5_64_20100824100342 CentOS5_64 NETWORK edition.

Here is example request being made (left out SOAP envelope -- let me know if you need the entire request):
Code:
<zmail:CreateAppointmentRequest>
	<m l="10">
		<su>SOAP Appointment</su>
		<inv>
			<comp
					name="Test 04-05 15min"
					status="COMP"
					fb="B"
					fba="B"
					url="https://www.egr.msu.edu/test/adcalendar/">
				<s d="20110405T130000Z">
					<e d="20110405T131500Z"/>
				</s>
			</comp>
		</inv>
	</m>
</zmail:CreateAppointmentRequest>

Last edited by raymond.naseef; 04-05-2011 at 07:32 AM..
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.