RecurrenceId Property

Identifies a recurring event.

Syntax

ANSI (Cross Platform)
char* GetRecurrenceId();
int SetRecurrenceId(const char* lpszRecurrenceId); Unicode (Windows) LPWSTR GetRecurrenceId();
INT SetRecurrenceId(LPCWSTR lpszRecurrenceId);
@property (nonatomic,readwrite,assign,getter=recurrenceId,setter=setRecurrenceId:) NSString* recurrenceId;
- (NSString*)recurrenceId;
- (void)setRecurrenceId:(NSString*)newRecurrenceId;
#define PID_CALDAV_RECURRENCEID 74

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

Identifies a recurring event.

This property is used in conjunction with the CalDAV UID and Sequence properties to identify a specific instance of a recurring event, todo, or journal. The value of this property is the value of the CalDAV StartDate property of the original recurrence instance.

This property is filled after retrieving a calendar event, and is also used to create an event to put on the server. However, when requesting a report the contents of this property will only be valid inside the CalDAV EventDetails event.

Data Type

String

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