diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-07-29 08:26:11 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-07-29 08:26:11 +0800 |
commit | 094deb7bca96f1dcf97952b93a7c4745cd799ebc (patch) | |
tree | f69e8fa8355218e37d08f0914f353a96da0b84fd /calendar/ChangeLog | |
parent | c2c3a8ce6a51126ce0a5f368801b9af33372fb79 (diff) | |
download | gsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.tar gsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.tar.gz gsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.tar.bz2 gsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.tar.lz gsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.tar.xz gsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.tar.zst gsoc2013-evolution-094deb7bca96f1dcf97952b93a7c4745cd799ebc.zip |
Lots of more work on the sync stuff. It works pretty well now.
Lots of more work on the sync stuff. It works pretty well now.
I dont know why my pilot is not accepting the events I send to it though
Miguel.
svn path=/trunk/; revision=1040
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8d7fed8098..c6e61d4ee0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,10 +1,23 @@ 1999-07-28 Miguel de Icaza <miguel@gnu.org> - * calendar-pilot-sync.c: New file. Implements PalmPilot - syncronization with the Gnome Calendar. + * calobj.c (ical_gen_uid): Use the hostname, not the domain name. + (ical_gen_uid): Add a serial number. Isodates can be small. + + * corba-cal.c (cal_repo_update_pilot_id): New method to update the + pilot status. + (cal_repo_get_updated_objects): New method. Returns a list of + modified and not-sycned objects + + * calendar-pilot-sync.c (sync_cal_to_pilot): New function to sync + from the GnomeCalendar to the pilot. + (sync_object_to_pilot): Sync a single event to the pilot. + (try_alarm): Alarm syncing code. 1999-07-27 Miguel de Icaza <miguel@gnu.org> + * calendar-pilot-sync.c: New file. Implements PalmPilot + syncronization with the Gnome Calendar. + * calobj.c (ical_object_new_from_string): New function. Creates an iCalObject from a vCalendar string that is supposed to contain only one vEvent. |