diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-16 02:34:26 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-16 02:34:26 +0800 |
commit | a58f0363043a173d3c6fa2afad13e43cad563d60 (patch) | |
tree | 434118d0db58ffd4cf4c902c3b5ec20866a20078 /calendar/ChangeLog | |
parent | fec196ee907f87e880e07bdd4f78d09fae4b49a8 (diff) | |
download | gsoc2013-evolution-a58f0363043a173d3c6fa2afad13e43cad563d60.tar gsoc2013-evolution-a58f0363043a173d3c6fa2afad13e43cad563d60.tar.gz gsoc2013-evolution-a58f0363043a173d3c6fa2afad13e43cad563d60.tar.bz2 gsoc2013-evolution-a58f0363043a173d3c6fa2afad13e43cad563d60.tar.lz gsoc2013-evolution-a58f0363043a173d3c6fa2afad13e43cad563d60.tar.xz gsoc2013-evolution-a58f0363043a173d3c6fa2afad13e43cad563d60.tar.zst gsoc2013-evolution-a58f0363043a173d3c6fa2afad13e43cad563d60.zip |
function to break up multi day events into single events for both evo and
2001-10-15 JP Rosevear <jpr@ximian.com>
* conduits/calendar/calendar-conduit.c (process_multi_day):
function to break up multi day events into single events for both
evo and the pilot and create new CalClientChange structures
(pre_sync): call above function, and adjust changed list if
necessary
svn path=/trunk/; revision=13678
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d535af09d9..e55c9b0601 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2001-10-15 JP Rosevear <jpr@ximian.com> + * conduits/calendar/calendar-conduit.c (process_multi_day): + function to break up multi day events into single events for both + evo and the pilot and create new CalClientChange structures + (pre_sync): call above function, and adjust changed list if + necessary + +2001-10-15 JP Rosevear <jpr@ximian.com> + * conduits/calendar/calendar-conduit.c (is_all_day): util function to determine if event is all day (local_record_from_comp): use new util function |