mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-29 00:39:28 +00:00
Indentation.
Monotone-Parent: 3678cc0ded3649869eacde348ab4532dac822b2b Monotone-Revision: bbd81440c9e99bd7320191a273476ee80fb5b10b Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-06-01T17:49:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a new exception in a the recurrent event.
|
||||
* Return a new exception in the recurrent event.
|
||||
* @param theRecurrenceID the ID of the occurence.
|
||||
* @return a new occurence.
|
||||
*/
|
||||
@@ -575,17 +575,17 @@
|
||||
if ([attendees count])
|
||||
{
|
||||
[self _handleRemovedUsers: attendees
|
||||
withRecurrenceId: [newEvent recurrenceId]];
|
||||
withRecurrenceId: [newEvent recurrenceId]];
|
||||
[self sendEMailUsingTemplateNamed: @"Deletion"
|
||||
forObject: [newEvent itipEntryWithMethod: @"cancel"]
|
||||
previousObject: oldEvent
|
||||
toAttendees: attendees];
|
||||
forObject: [newEvent itipEntryWithMethod: @"cancel"]
|
||||
previousObject: oldEvent
|
||||
toAttendees: attendees];
|
||||
[self sendReceiptEmailUsingTemplateNamed: @"Deletion"
|
||||
forObject: newEvent to: attendees];
|
||||
}
|
||||
|
||||
|
||||
if ((ex = [self _handleResourcesConflicts: [newEvent attendees]
|
||||
forEvent: newEvent]))
|
||||
forEvent: newEvent]))
|
||||
return ex;
|
||||
|
||||
attendees = [changes insertedAttendees];
|
||||
@@ -595,8 +595,8 @@
|
||||
// Update attendees calendars and send them an update
|
||||
// notification by email
|
||||
[self _handleSequenceUpdateInEvent: newEvent
|
||||
ignoringAttendees: attendees
|
||||
fromOldEvent: oldEvent];
|
||||
ignoringAttendees: attendees
|
||||
fromOldEvent: oldEvent];
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -725,7 +725,7 @@
|
||||
oldEvent = (iCalEvent *)[self newOccurenceWithID: recurrenceTime];
|
||||
}
|
||||
|
||||
oldMasterEvent = (iCalEvent *) [[oldEvent parent] firstChildWithTag: [self componentTag]];
|
||||
oldMasterEvent = (iCalEvent *)[[oldEvent parent] firstChildWithTag: [self componentTag]];
|
||||
hasOrganizer = [[[oldMasterEvent organizer] email] length];
|
||||
|
||||
if (!hasOrganizer || [oldMasterEvent userIsOrganizer: ownerUser])
|
||||
|
||||
Reference in New Issue
Block a user