Deleting Events with the UI
Posted: Fri Jul 09, 2010 12:08 pm
Hi,
I must be missing something, but after reviewing 5.52 extensively, I don't see where/how to delete events from the calendar with the interface designed for the user.
I ran a base elements, and only found 2 scripts with a delete step. This one is clearly designed to delete events:
Create Edit Delete Event ( SourceNo ) { Operation , DateStart , DateEnd , TimeStart , Resource... }
There are only 8 scripts that call this script, and none of them include the parameter "Operation=Delete" when calling the script.
Searching your docs revealed a reference to a custom menu set, but didn't find that so that must have been referring to an older version of the calendar.
Am I missing something? (probably, as I often do.)
Thanks,
-jb
----- Edit ---------
Ok, so I found the On Event Record Load script that closes the Event Details window if the record is deleted. Is this currently the only active method for deleting events in the Calendar?
Thanks,
-jb
I must be missing something, but after reviewing 5.52 extensively, I don't see where/how to delete events from the calendar with the interface designed for the user.
I ran a base elements, and only found 2 scripts with a delete step. This one is clearly designed to delete events:
Create Edit Delete Event ( SourceNo ) { Operation , DateStart , DateEnd , TimeStart , Resource... }
There are only 8 scripts that call this script, and none of them include the parameter "Operation=Delete" when calling the script.
Searching your docs revealed a reference to a custom menu set, but didn't find that so that must have been referring to an older version of the calendar.
Am I missing something? (probably, as I often do.)
Thanks,
-jb
----- Edit ---------
Ok, so I found the On Event Record Load script that closes the Event Details window if the record is deleted. Is this currently the only active method for deleting events in the Calendar?
Thanks,
-jb