This verb returns an AppleScript list of the names of all scheduled events ordered by scheduled date.
all events
set EventList to all events repeat with ThisEventName in EventList write log "got event named: " & ThisEventName end repeat