Skip to content

How to Catch 'onEventRemoved' #105

Closed Answered by williamtroup
alexpaper asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for the support! Don't forget to follow and star the project!

To happy trigger events, you need to pass them through to the options. See the example below:

calendarInstance.setOptions( {
    onEventRemoved: onRemoveEventFunc
} );

function onRemoveEventFunc( eventDetails ) {
    console.log( eventDetails );
}

You can set any other trigger event this way.

Thanks

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alexpaper
Comment options

Answer selected by williamtroup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants