diff --git a/UI/Scheduler/UIxCalInlineAptView.m b/UI/Scheduler/UIxCalInlineAptView.m index f60737bf0..264991997 100644 --- a/UI/Scheduler/UIxCalInlineAptView.m +++ b/UI/Scheduler/UIxCalInlineAptView.m @@ -126,7 +126,7 @@ if ((prio = [appointment valueForKey:@"priority"])) { [ms appendFormat:@" apt_prio%@", prio]; } - email = [[[self context] activeUser] email]; + email = [[context activeUser] primaryEmail]; s = [appointment valueForKey:@"orgmail"]; if ([s isNotNull]) {