CalStoreCalendarParameterOption Class Reference

Inherits from CalStoreObject : NSObject
Declared in CalStoreCalendarParameterOption.h

Overview

Represents a value that can be set for a specific parameter in the CalStorePageItemParameterizedCalendar.

The title is a localized string that can be presented to the user. The value needs to be set as an option for the specific parameter.

  value

The value for this option that should be set as a value in the allParametersValues dictionary.

@property (nonatomic, strong) NSString *value

Declared In

CalStoreCalendarParameterOption.h

  title

The localized title for this option that can be presented to the user.

@property (nonatomic, strong) NSString *title

Declared In

CalStoreCalendarParameterOption.h