Examples: PostEntryResize event
This PostEntryResize event displays the start and end times of a calendar view entry.
Sub Postentryresize(Source As Notesuiview)
Messagebox Source.CalendarDateTime & Chr(13) & _
Source.CalendarDateTimeEnd,, _
"Start and end dates for region"
End Sub