Web Graffiti Suite Calendar

Hello,

I have recently started using Web Graffiti Suite Calendar and i have an issue on removing all Events of my calendar. I use Calendar’s method
RemoveAllEvents but all the events are still there so when I load again my events, they are now duplicates.
I have tried to Redim Events list and refresh Calendar but events are not removed too.

Is there a solution to this?
Thank you

You can contact @Anthony Cyphers.
He will help you very quick.

Anthony was very useful.

Thank you Paul.

The solution is to replace code in RemoveAllEvents with the following

dim strExec() as String = Array( “window.GSjQuery(’#” + me.ControlID + “’).fullCalendar(‘removeEvents’);” )

Buffer( strExec )