EKEventStore.RemoveCalendar(EKCalendar, Boolean, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("removeCalendar:commit:error:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool RemoveCalendar (EventKit.EKCalendar calendar, bool commit, out Foundation.NSError error);
abstract member RemoveCalendar : EventKit.EKCalendar * bool * -> bool
override this.RemoveCalendar : EventKit.EKCalendar * bool * -> bool
Parameters
- calendar
- EKCalendar
- commit
- Boolean
- error
- NSError
Returns
- Attributes