Monotone-Parent: 14fb6c252ef1563d917c59f289ac3d06479a7eab

Monotone-Revision: d085b8d79d3eca94ece4f311bf3d652d7f20bb00

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-08-10T20:59:49
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-08-10 20:59:49 +00:00
parent 89b67f8434
commit ecfd8f026e
4 changed files with 204 additions and 39 deletions
+7
View File
@@ -6,6 +6,13 @@
2009-08-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentObject.m (-PUTAction):
modified to handle the case where the active user has the "respond
to" permission, in which case we grab the copy of the iCalendar
which is already in the DB and modify the partstats thereof based
on the entries found in the uploaded iCalendar. The latter is
discarded silently to avoid any further change.
* SoObjects/Appointments/iCalEntityObject+SOGo.m
(-userAsParticipant): new method that returns the "PARTICIPANT"
entity of the SOGoUser passed as parameter, if found.