ews-cpp
0.9
|
Holds a subset of properties from an existing calendar item. More...
#include <ews.hpp>
Public Member Functions | |
occurrence_info (item_id id, date_time start, date_time end, date_time original_start) | |
const date_time & | get_end () const EWS_NOEXCEPT |
const item_id & | get_item_id () const EWS_NOEXCEPT |
const date_time & | get_original_start () const EWS_NOEXCEPT |
const date_time & | get_start () const EWS_NOEXCEPT |
bool | none () const EWS_NOEXCEPT |
True if this occurrence_info is undefined. | |
Static Public Member Functions | |
static occurrence_info | from_xml_element (const rapidxml::xml_node<> &elem) |
Makes a occurrence_info instance from a <FirstOccurrence>, <LastOccurrence>, or <Occurrence> XML element. | |
Holds a subset of properties from an existing calendar item.