Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Response OnClick () id:Response_LibCal_gcCalendar_mnuNodeCreateSubscription_OnClick 
 | 
{ 
 | 
  #keys: '[146730.0.126121370]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID => /Responsedef_LibCal_gcCalendar_WebMenu_OnClick 
 | 
  Initiator: 'mnuNodeCreateSubscription' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return LibCal_GlobalState.HasPotentialEventsToSubscribeTo( dhCalendar.Data() ); 
 | 
  *] 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      // Select an existing event and subscribe to it. 
 | 
      LibCal_GlobalState.CreateSubscription( dhCalendar.Data() ); 
 | 
    *] 
 | 
    GroupServerCalls: false 
 | 
  } 
 | 
} 
 |