Description Property

Provides a complete description of the calendar event.

Syntax

ANSI (Cross Platform)
char* GetDescription();
int SetDescription(const char* lpszDescription); Unicode (Windows) LPWSTR GetDescription();
INT SetDescription(LPCWSTR lpszDescription);
@property (nonatomic,readwrite,assign,getter=description,setter=setDescription:) NSString* description;
- (NSString*)description;
- (void)setDescription:(NSString*)newDescription;
#define PID_CALDAV_DESCRIPTION 31

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_CalDAV_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_CalDAV_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property provides a more complete description of the event than is provided by the Summary property. It is also used by the CreateCalendar method when creating a new calendar collection.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]