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