diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index d79993de1..07212a019 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -768,7 +768,11 @@ iRANGE(2); - (NSString *) organizerName { - return [organizer mailAddress]; + NSDictionary *profile; + + profile = [[[self organizerProfile] allValues] lastObject]; + + return [profile objectForKey: @"name"]; } // - (BOOL) canBeOrganizer diff --git a/UI/Templates/SchedulerUI/UIxComponentEditor.wox b/UI/Templates/SchedulerUI/UIxComponentEditor.wox index ce1644c18..499fe986a 100644 --- a/UI/Templates/SchedulerUI/UIxComponentEditor.wox +++ b/UI/Templates/SchedulerUI/UIxComponentEditor.wox @@ -68,8 +68,9 @@ + />