diff --git a/UI/Scheduler/UIxCalendarProperties.m b/UI/Scheduler/UIxCalendarProperties.m index d40ff0522..f0ed11b70 100644 --- a/UI/Scheduler/UIxCalendarProperties.m +++ b/UI/Scheduler/UIxCalendarProperties.m @@ -109,6 +109,8 @@ settings = [[context activeUser] userSettings]; calendarSettings = [settings objectForKey: @"Calendar"]; + tags = nil; + if (calendarSettings) { syncTags = [calendarSettings objectForKey: @"FolderSyncTags"];