recurrenceDates (property)

Individual dates on which the event will recur.

Syntax

@property (nonatomic,readwrite,assign,getter=recurrenceDates,setter=setRecurrenceDates:) NSString* recurrenceDates;
- (NSString*)recurrenceDates;
- (void)setRecurrenceDates:(NSString*)newRecurrenceDates;
public var recurrenceDates: String {
  get {...}
set {...} }

Default Value

""

Remarks

Individual dates on which the event will recur.

This property is used if you wish to denote specific, individual dates on which the event recurs. If you have an event that occurs monthly or weekly or on some other time interval, use the RecurrenceRule property instead.

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.

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