See ChangeLog.

Monotone-Parent: ef272f61d0caedee9632010cd4b3ce928a2da43e
Monotone-Revision: 6ed6359462b26ed18e75361bf078fb93cda23519

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-01-13T17:20:58
This commit is contained in:
Francis Lachapelle
2012-01-13 17:20:58 +00:00
parent 2688dd85d6
commit 0fffe85b9b
6 changed files with 92 additions and 16 deletions
+21
View File
@@ -1,3 +1,24 @@
2012-01-13 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentFolder.m
(-caldavFreeBusyRequestOnRecipient:withUID:andOrganizer:from:to:):
if the recipient is not associated to a user (from an
authentication source), verify if it is a contact (from an
addressbook source). If it is, SOGoFreeBusyObject will take care
of fetching the freebusy information if the contact is associated
to a MS Exchange server.
* SoObjects/Appointments/SOGoFreeBusyObject.m
(-iCalPersonWithUID:): if no user is found from an authentication
source, verify if it matches a contact from an addressbook
source.
(-contentAsStringWithMethod:andUID:andOrganizer:andContact:from:to:):
added new parameter "contactID".
* SoObjects/Appointments/iCalPerson+SOGo.m (-contactIDInContext:):
new method that tries to associated the person's email address to
a contact ID.
2012-01-12 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/SOGo/SOGoSource.h (-bindDN, -bindPassword)