Since events play a major role on my site, on vb4, I had developed an event maintenance page that basically listed all events in a table view and enabled moderators to enter new ones, update existing ones, etc.
I was able to migrade this code to vb5 but learned from
vb-Support Team that I am bypassing search inclusion when managing events this way.
It was recommended to use the API but until today, I have not been able to get it to work despite the two code examples shown
here.
The fact that there is no proper API documentation (all I have found is
this) and now beginner's guide is a shame!
Is anybody on this forum able to give be a hand on this?
Basically, I am looking for code that used the vb5 API in order to create, read, update and delete events.