RecurrenceId Property

Identifies a recurring event.

Object Oriented Interface

public function getRecurrenceId();
public function setRecurrenceId($value);

Procedural Interface

ipworks_caldav_get($res, 74 );
ipworks_caldav_set($res, 74, $value );

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 PHP Edition - Version 20.0 [Build 8307]