[Evolution-hackers] Memo CALDAV Query

2010-10-05 Thread Adam Tauno Williams
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?


___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Memo CALDAV Query

2010-10-05 Thread Milan Crha
On Tue, 2010-10-05 at 09:04 -0400, Adam Tauno Williams wrote:
 When Evolution does the calendar-query on a collection for memos
 (vjournal) objects if specifies a time-range, like:
 
 ...
 C:time-range start=20100831T125831Z end=20101109T125831Z/
 ...
 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?

Hi,
those times are taken from your view on the calendar (or such). First
thing the CalDAV does when it's opened is to try to update view for
changes in near future and past, to update view for the time user will
look for the most. When it's done with it it also tries to update whole
calendar, which make take significantly longer.

This functionality is not dependent on the event type
(calendar/tasks/memo), it should work this way for all of them.
Bye,
Milan

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers


Re: [Evolution-hackers] Memo CALDAV Query

2010-10-05 Thread Adam Tauno Williams
On Tue, 2010-10-05 at 15:30 +0200, Milan Crha wrote: 
 On Tue, 2010-10-05 at 09:04 -0400, Adam Tauno Williams wrote:
  When Evolution does the calendar-query on a collection for memos
  (vjournal) objects if specifies a time-range, like:
  ...
  C:time-range start=20100831T125831Z end=20101109T125831Z/
  ...
  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?
 those times are taken from your view on the calendar (or such). First
 thing the CalDAV does when it's opened is to try to update view for
 changes in near future and past, to update view for the time user will
 look for the most. When it's done with it it also tries to update whole
 calendar, which make take significantly longer.
 This functionality is not dependent on the event type
 (calendar/tasks/memo), it should work this way for all of them.

Thanks makes sense;  thanks for the explanation.
-- 
Adam Tauno Williams awill...@whitemice.org LPIC-1, Novell CLA
http://www.whitemiceconsulting.com
OpenGroupware, Cyrus IMAPd, Postfix, OpenLDAP, Samba

___
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers