mgd_list_events_all_between
mgd_list_events_all_between -- List event records under a tree between two timestamps
Description
`object **mgd_list_events_all_between** (id id, timestamp start, timestamp end, string sort, int type)`
Retrieve a list of all events under the event with id id that have their start or end date and time between the start and end timestamps given.
Returns an object traversable by calling fetch()() if successful, FALSE on failure.
