Classes | |
class | AppleEvent |
Represents an item object for Apple Event. More... | |
class | iPhoneEvent |
Rapresents an event object for Apple Clients. More... | |
Defines | |
#define | VCALENDAR_VERSION TEXT("1.0") |
#define | ERR_ITEM_VOBJ_PARSE "VConverter: error occurred parsing the item data." |
#define | ERR_ITEM_VOBJ_WRONG_TYPE "Error: wrong vobject type \"%ls\" (\"%ls\" expected)" |
#define | ERR_ITEM_VOBJ_TYPE_NOTFOUND "Error: vobject type not specified (\"%ls\" expected)" |
#define | ERR_SIFFIELDS_NULL "Parsing error: sifFields must be initialized before parsing data." |
#define | INFO_ITEM_VOBJ_WRONG_VERSION "Warning! Wrong vobject version \"%ls\" (\"%ls\" expected)" |
#define | INFO_ITEM_VOBJ_VERSION_NOTFOUND "Warning! VObject version not specified (\"%ls\" expected)" |
#define | MAX_DAYLIGHT_PROPS 6 |
Enumerations | |
enum | Sensitivity { NormalEvt, PersonalEvt, PrivateEvt, ConfidentialEvt } |
enum | Importance { ImportanceLow, ImportanceNormal, ImportanceHigh } |
enum | BusyStatus { Free, Tentative, Busy, OutOfOffice } |
#define MAX_DAYLIGHT_PROPS 6 |
#define VCALENDAR_VERSION TEXT("1.0") |