Share via


EKCalendar.Create(EKEntityType, EKEventStore) Method

Definition

[Foundation.Export("calendarForEntityType:eventStore:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static EventKit.EKCalendar Create(EventKit.EKEntityType entityType, EventKit.EKEventStore eventStore);
[<Foundation.Export("calendarForEntityType:eventStore:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : EventKit.EKEntityType * EventKit.EKEventStore -> EventKit.EKCalendar

Parameters

entityType
EKEntityType
eventStore
EKEventStore

Returns

Attributes

Applies to