EKCalendar.FromEventStore(EKEventStore) Method

Definition

Developers should not use this deprecated method. Developers should use 'Create (EKEntityType, EKEventStore)' instead.

[Foundation.Export("calendarWithEventStore:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'Create (EKEntityType, EKEventStore)' instead.")]
public static EventKit.EKCalendar FromEventStore (EventKit.EKEventStore eventStore);
static member FromEventStore : EventKit.EKEventStore -> EventKit.EKCalendar

Parameters

eventStore
EKEventStore

Returns

Attributes

Applies to