ews-cpp
0.9
|
A range view of appointments in a calendar. More...
#include <ews.hpp>
Public Member Functions | |
calendar_view (date_time start_date, date_time end_date) | |
calendar_view (date_time start_date, date_time end_date, uint32_t max_entries_returned) | |
const date_time & | get_end_date () const EWS_NOEXCEPT |
uint32_t | get_max_entries_returned () const EWS_NOEXCEPT |
const date_time & | get_start_date () const EWS_NOEXCEPT |
std::string | to_xml () const |
A range view of appointments in a calendar.
Represents a date range view of appointments in calendar folder search operations.