|
OpenAB
1.0.1
|
Class describing calendar. More...
#include <CalDAVHelper.hpp>
Public Member Functions | |
| CalendarInfo () | |
| CalendarInfo (const std::string &url, const std::string &name, const std::vector< CalendarItemTypes > &types) | |
| ~CalendarInfo () | |
| std::string | getUrl () const |
| Returns URL of calendar. More... | |
| std::string | getDisplayName () const |
| Returns display name of calendar. More... | |
| bool | supportsType (CalendarItemTypes type) const |
| Checks if calendar support given type of items. More... | |
| std::vector< CalendarItemTypes > | getSupportedCalendarTypes () const |
| Returns list of all supported types. More... | |
Class describing calendar.
| CalDAVHelper::CalendarInfo::CalendarInfo | ( | ) |
| CalDAVHelper::CalendarInfo::CalendarInfo | ( | const std::string & | url, |
| const std::string & | name, | ||
| const std::vector< CalendarItemTypes > & | types | ||
| ) |
| CalDAVHelper::CalendarInfo::~CalendarInfo | ( | ) |
| std::string CalDAVHelper::CalendarInfo::getDisplayName | ( | ) | const |
Returns display name of calendar.
| std::vector< CalDAVHelper::CalendarItemTypes > CalDAVHelper::CalendarInfo::getSupportedCalendarTypes | ( | ) | const |
Returns list of all supported types.
| std::string CalDAVHelper::CalendarInfo::getUrl | ( | ) | const |
Returns URL of calendar.
| bool CalDAVHelper::CalendarInfo::supportsType | ( | CalendarItemTypes | type | ) | const |
Checks if calendar support given type of items.