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-27-2010, 07:16 AM
Loyal Member
 
Posts: 92
Question What is the tag <su>{subject}</su> in CreateAppointmentRequest sentence ?

hi !

i am actually following the soap-calendar1.txt documentation about soap query.

Around line 49, there is :
Quote:
//////////////////////////////////////////////////////////////////////
//
// CREATEAPPOINTMENT
// -----------------
// This is the API to create a new Appointment, optionally sending out
// meeting Invitations to other people.
//
<CreateAppointmentRequest>
<m f="{flags}" l="{folder}"> // See soap.txt for complete list of attrs on <m>
[<e .../>*] // users to send request to
[BOLD]<su>{subject}</su>[/BOLD]

<inv [uid="uid-for-create"]> // optional: client can request the UID to use
i don't know what does the <su> mean for....because even if i put it a value, it is not reporting in zimbra.

Here my example of what i send to server :
Code:
<CreateAppointmentRequest xmlns="urn:zimbraMail">
	<m xmlns="" l="10">
		<inv>
			<comp status="CONF" fb="B" class="PUB" transp="O" allDay="0" name="un nom" loc="une localisation">
				<s tz="Europe/Brussels" d="20100427T120000"/>
				<e tz="Europe/Brussels" d="20100427T180000"/>
				<or a="michael@meyer.fr" d="Michael meyer"/>
			</comp>
		</inv>
		<su> hello what it is</su>
		<mp ct="multipart/alternative">
			<mp ct="text/plain">
				<content>truc1</content>
			</mp>
			<mp ct="text/html">
				<content>&lt;html&gt;&lt;body&gt;&lt;/body&gt;&lt;/html&gt;</content>
			</mp>
		</mp>
	</m>
</CreateAppointmentRequest>

it seems that the name attribut in the comp Tag takes the real subject information that will be insert into my calendar...

In the reverse way, when i do it in webmail online and analyze the soap query, the su tag is set too while name is too.

is it a duplicate forgotten element ou did i make an error somewhere ?
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.