<div dir="ltr">Hi guys, is there a way to &quot;OR&quot; prop-filters?<div><br></div><div>I&#39;m looking for all events that occur in either LOCATION 1 or 2.</div><div><br></div><div>This is what I have been trying:</div>
<div><br></div><div><div>&lt;ns0:comp-filter name=&quot;VCALENDAR&quot;&gt;</div><div> &lt;ns0:comp-filter name=&quot;VEVENT&quot;&gt;</div><div>    &lt;ns0:time-range start=&quot;20140621T000000Z&quot; end=&quot;20140809T000000Z&quot; /&gt;</div>
<div>    &lt;ns0:prop-filter name=&quot;LOCATION&quot;&gt;</div><div>        &lt;ns0:text-match collation=&quot;i;octet&quot;&gt;1&lt;/ns0:text-match&gt;</div><div>    &lt;/ns0:prop-filter&gt;</div><div>    &lt;ns0:prop-filter name=&quot;LOCATION&quot;&gt;</div>
<div>        &lt;ns0:text-match collation=&quot;i;octet&quot;&gt;2&lt;/ns0:text-match&gt;</div><div>    &lt;/ns0:prop-filter&gt;</div><div> &lt;/ns0:comp-filter&gt;</div><div>&lt;/ns0:comp-filter&gt;</div></div><div><br></div>
<div><br></div><div>But this ANDs the prop-filters. Is there no way to OR or is there another way to achieve what I&#39;m trying to do here?</div><div><br></div><div>Atli.</div></div>