mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Update comment in SOGoAppointmentObject.m
This commit is contained in:
@@ -197,8 +197,8 @@
|
||||
iCalEvent *ownerEvent;
|
||||
SOGoUser *user;
|
||||
// We check if the attendee that was added to a single occurence is
|
||||
// present in the master component. If not, we add it with a participation
|
||||
// status set to "DECLINED".
|
||||
// present in the master component. If not, we create a calendar with
|
||||
// a single event for the occurence.
|
||||
ownerEvent = [[[newEvent parent] events] objectAtIndex: 0];
|
||||
user = [SOGoUser userWithLogin: theUID];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user