Quintiq file version 2.0
|
#parent: #root
|
Response OnClick (
|
LibCal_ExplicitTimeInterval selection
|
) id:Response_LibCal_gcCalendar_mnuNodeDeleteSubscription_OnClick
|
{
|
#keys: '[146730.0.126118025]'
|
CanBindMultiple: false
|
DefinitionID => /Responsedef_LibCal_gcCalendar_WebMenu_OnClick
|
Initiator: 'mnuNodeDeleteSubscription'
|
Precondition:
|
[*
|
return LibCal_GlobalState.CheckIsSubscription( selection.Participation() );
|
*]
|
QuillAction
|
{
|
Body:
|
[*
|
// Delete a subscription to an event.
|
LibCal_GlobalState.DeleteEventOrSubscription( selection.Participation() );
|
*]
|
GroupServerCalls: false
|
}
|
}
|