mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 19:04:18 +00:00
Monotone-Parent: 5b2150fb5513e0a65b7a1ee2a646d824071da645
Monotone-Revision: 7819e122d747db274d7556955855b105e8367b31 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-18T23:52:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
[self setPrivacy: @"PUBLIC"];
|
||||
[self setIsCycleEndNever];
|
||||
componentOwner = @"";
|
||||
organizer = nil;
|
||||
attendeesNames = nil;
|
||||
attendeesEmails = nil;
|
||||
}
|
||||
@@ -797,6 +798,10 @@
|
||||
[component setUrl: url];
|
||||
if ([[self clientObject] isNew])
|
||||
{
|
||||
ASSIGN (organizer, [iCalPerson elementWithTag: @"organizer"]);
|
||||
[organizer setCn: [self cnForUser]];
|
||||
[organizer setEmail: [self emailForUser]];
|
||||
[component setOrganizer: organizer];
|
||||
[component setCreated: now];
|
||||
[component setTimeStampAsDate: now];
|
||||
[component setPriority: @"0"];
|
||||
|
||||
Reference in New Issue
Block a user