Gets all events that occur within a given time range, and that include the specified guest email in the guest list.
###Parameters:###
| Name | Type | Description |
|---|---|---|
calen |
Calendar | Calendar to search |
start |
Date | the start of the time range |
end |
Date | the end of the time range, non-inclusive |
guestEmail |
String | Guest email address to search for |
###Returns:### the matching events
- Type
- CalendarEvent[]