<div dir="ltr">Thank you the response.<div><br></div><div><br></div><div>Best Regards,</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 3, 2015 at 7:10 AM, Cyrus Daboo <span dir="ltr">&lt;<a href="mailto:cdaboo@apple.com" target="_blank">cdaboo@apple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Gaurav,<div><div class="h5"><br>
<br>
--On May 2, 2015 at 10:34:34 PM -0700 Gaurav Jain &lt;<a href="mailto:monkeyfdude@gmail.com" target="_blank">monkeyfdude@gmail.com</a>&gt; wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is it possible to add custom property to VEVENT in DCS-6.0<br>
<br>
I want to add a property<br>
<br>
X-MY-TEST-PROP<br>
<br>
I think server is not delivering the property to attendees.<br>
<br>
How/where can I add a property (custom) that can be delivered to all<br>
attendees?<br>
</blockquote>
<br></div></div>
By default X- properties are not sent from Organizer to Attendees because it is not always clear whether those might contain &quot;private&quot; data or not - so we took the position of never sending them by default. However, we do maintain a whitelist of X- properties that the server will send to Attendees because there are some we know are meant to be &quot;public&quot;. You can add your X- property to that whitelist via the caldavd.plist. The setting is:<br>
<br>
&lt;key&gt;Scheduling&lt;/key&gt;<br>
&lt;dict&gt;<br>
   &lt;key&gt;CalDAV&lt;/key&gt;<br>
   &lt;dict&gt;<br>
       &lt;key&gt;OrganizerPublicProperties&lt;/key&gt;<br>
       &lt;array&gt;<br>
           &lt;string&gt;X-APPLE-DROPBOX&lt;/string&gt;<br>
           &lt;string&gt;X-APPLE-STRUCTURED-LOCATION&lt;/string&gt;<br>
       &lt;/array&gt;<br>
   &lt;/dict&gt;<br>
&lt;/dict&gt;<br>
<br>
Just add your X- properties into that array. You may need to merge the above settings into existing ones as the Scheduling and CalDAV keys are used for many other options.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Cyrus Daboo<br>
<br>
</font></span></blockquote></div><br></div>