ReportFilterUID Property

Limits the recurring events returned in the report to only those with the specified UID.

Syntax

ANSI (Cross Platform)
char* GetReportFilterUID();
int SetReportFilterUID(const char* lpszReportFilterUID); Unicode (Windows) LPWSTR GetReportFilterUID();
INT SetReportFilterUID(LPCWSTR lpszReportFilterUID);
@property (nonatomic,readwrite,assign,getter=reportFilterUID,setter=setReportFilterUID:) NSString* reportFilterUID;
- (NSString*)reportFilterUID;
- (void)setReportFilterUID:(NSString*)newReportFilterUID;
#define PID_CALDAV_REPORTFILTERUID 86

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

Limits the recurring events returned in the report to only those with the specified UID.

Data Type

String

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