<div dir="ltr"><b><u><i>thank you so very much</i></u></b></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 12, 2015 at 9:26 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,<span class=""><br>
<br>
--On November 11, 2015 at 12:32:20 PM -0800 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 there a way for me to send a custom property to ALL the participants in<br>
an event?<br>
<br>
Following iCal object is not delivered to the attendee (user1).<br>
<br>
This event was created by user2.<br>
<br>
</blockquote>
<br></span>
By default the server does not propagate any X- properties from organizer to attendee or vice versa. However, there is a whitelist in the server config that allows you to change that. Merge the following item into your config to have the X-CUSTOM-TEST property sent to attendees:<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;string&gt;X-CUSTOM-TEST&lt;/string&gt;<br>
                        &lt;/array&gt;<br>
                &lt;/dict&gt;<br>
        &lt;/dict&gt;<br>
<br>
Note that as things currently stand attendees can&#39;t modify that property or can&#39;t add their own to send back to the organizer.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Cyrus Daboo<br>
<br>
</font></span></blockquote></div><br></div>