From afd8cb5fd7594be5f6ef0dd35510da1afcb09905 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 1 Nov 2006 21:59:03 +0000 Subject: [PATCH] Monotone-Parent: 76cfdf6da9e8091349053d01a0aedbde483f75ac Monotone-Revision: 93a63b2b32e7a9f0ae48e74f760bdf2362f8ed08 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-01T21:59:03 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxComponentEditor.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index 26ac65d36..fa79337ab 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -631,7 +631,7 @@ - (NSString *) iCalParticipantsStringFromQueryParameters { static NSString *iCalParticipantString = \ - @"ATTENDEE;ROLE=REQ-PARTICIPANT;CN=\"%@\":mailto:%@\r\n"; + @"ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=\"%@\":mailto:%@\r\n"; return [self iCalStringFromQueryParameter: @"ps" format: iCalParticipantString];