[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
queries for unbounded recurring components
<x-html>
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Suppose we have a component that recurs like this:
<blockquote>...
<br>UID:12345
<br>RRULE:FREQ=DAILY
<br>...</blockquote>
Now a query is made to the CAP server to return all instances of the event.
That is,
<blockquote>WHERE (UID EQ 12345)</blockquote>
What should be returned? Should the server attempt to unravel it and clip
it after some number of instances? Should we return one event with
the RRULE and let the requester unravel it (that's *really* bad)? Something
else?
<p>-Steve</html>
</x-html>