<div dir="ltr">Hi guys, is there a way to "OR" prop-filters?<div><br></div><div>I'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><ns0:comp-filter name="VCALENDAR"></div><div> <ns0:comp-filter name="VEVENT"></div><div> <ns0:time-range start="20140621T000000Z" end="20140809T000000Z" /></div>
<div> <ns0:prop-filter name="LOCATION"></div><div> <ns0:text-match collation="i;octet">1</ns0:text-match></div><div> </ns0:prop-filter></div><div> <ns0:prop-filter name="LOCATION"></div>
<div> <ns0:text-match collation="i;octet">2</ns0:text-match></div><div> </ns0:prop-filter></div><div> </ns0:comp-filter></div><div></ns0:comp-filter></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'm trying to do here?</div><div><br></div><div>Atli.</div></div>