Try executing the following your browser console:
setTimeout(function() { calendar.set({message: ''})}, 3000)calendar.set({message: 'loading...'})
calendar.set({banner: 'Something went wrong and data could not be loaded.'})
source code