See ChangeLog

Monotone-Parent: 40d6cb69296008deaa81f30c913c4413c0aa6997
Monotone-Revision: 5ff23472b81083bb4eaded5ffb57c52c92ce8f00

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-07-02T13:22:34
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2011-07-02 13:22:34 +00:00
parent 83f3537839
commit 7dabb5bd71
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
2011-07-02 Ludovic Marcotte <lmarcotte@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentObject.m (-PUTAction:)
We now update the request's content in case we got participants
with status change (for resources, for example)
2011-06-29 Ludovic Marcotte <lmarcotte@inverse.ca>
* Added get/set/unset capabilities to sogo-tool to set

View File

@@ -1670,6 +1670,13 @@
{
if ((ex = [self _handleAddedUsers: attendees fromEvent: event]))
return ex;
else
{
// We might have auto-accepted resources here. If that's the
// case, let's regerate the versitstring and replace the
// one from the request.
[rq setContent: [[[event parent] versitString] dataUsingEncoding: [rq contentEncoding]]];
}
[self sendEMailUsingTemplateNamed: @"Invitation"
forObject: [event itipEntryWithMethod: @"request"]