<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 19/05/12 12:10, Jeroen van Meeuwen (Kolab Systems) wrote:
<blockquote cite="mid:2434571.UjCGyu54rL@albert.kolabsys.com"
type="cite">
<pre wrap="">To that end, I was wondering if there's a way to do this more efficiently
than;
1) Obtain <b class="moz-txt-star"><span class="moz-txt-tag">*</span>all<span class="moz-txt-tag">*</span></b> event objects,
2) Parsing <b class="moz-txt-star"><span class="moz-txt-tag">*</span>all<span class="moz-txt-tag">*</span></b> of them one by one,
3) Until I find a conflict or run out of events.
Any thoughts would be appreciated.
Kind regards,</pre>
</blockquote>
How about a database query?<br>
<br>
pseudo: if count (select event.timerange from events where
event.timerange in newevent.timerange ) then... <br>
<br>
Maybe too resource intensive? Schema wouldn't support it?<br>
<br>
Alex<br>
<br>
<br>
</body>
</html>