[Evolution-hackers] Memo CALDAV Query



When Evolution does the calendar-query on a collection for memos
(vjournal) objects if specifies a time-range, like:

<C:calendar-query xmlns:C="urn:ietf:params:xml:ns:caldav"
xmlns:D="DAV:">
  <D:prop>
    <D:getetag/>
  </D:prop>
  <C:filter>
    <C:comp-filter name="VCALENDAR">
      <C:comp-filter name="VJOURNAL">
        <C:time-range start="20100831T125831Z" end="20101109T125831Z"/>
      </C:comp-filter>
    </C:comp-filter>
  </C:filter>
</C:calendar-query>

Is this time range at all adjustable or configurable?  I haven't found
anything in the UI that seems to pertain to this - perhaps some setting
via gconf?




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]