lazhen
2024-05-29 1aa50242db4bd962c4bbf68e7f8eb8c003bbde9a
_Main/UI/MacroPlannerWebApp/Component_FormCalendarUnavailableEvent/Method_InitializeSubscribers.def
@@ -7,6 +7,7 @@
  [*
    owner_i := LibCal_GlobalState.dhGlobalCalendarRegistry().Data().CommonCalendar();
    category_i := selectobject( owner_i,CalendarRegistry.EventCategory, category, category.Name() = 'Unavaliable' );
    dhCategory.Data(category_i);
    
    sEvent := owner_i.Event( relshadow,
                             EventID        := [String]Key::NextPersistentKey(),
@@ -32,5 +33,7 @@
    }
    
    dhPotentialSubscribers.Data( &potentialSubscribers );
    lstSubscribers.CheckAll();
  *]
}