DisplayName Property

Provides the display name of the calendar being created.

Syntax

ANSI (Cross Platform)
char* GetDisplayName();
int SetDisplayName(const char* lpszDisplayName); Unicode (Windows) LPWSTR GetDisplayName();
INT SetDisplayName(LPCWSTR lpszDisplayName);
@property (nonatomic,readwrite,assign,getter=displayName,setter=setDisplayName:) NSString* displayName;
- (NSString*)displayName;
- (void)setDisplayName:(NSString*)newDisplayName;
#define PID_CALDAV_DISPLAYNAME 32

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 the name to be displayed for a calendar. This may or may not be defined on any calendar collection. It should be set before creating a new calendar collection via the CreateCalendar method.

Data Type

String

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