| CalendarEventVector is a helper class for the Calendar service. It will read in
a bunch of CalendarEvents from an iterator, place them into a vector, and provide
time range controlled access to the events.
Use this to make larger, more user action aligned service requests, but still have fine
grained time range access to the events returned.
|