Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from EventKit.framework EKError.h }
{$ifdef EXTERNAL_SYMBOLS}
var
EKErrorDomain: NSString { available starting in __MAC_10_8,__IPHONE_4_0 }; cvar; external;
{$endif}
{$ifdef TYPES}
const
EKErrorEventNotMutable = 0;
EKErrorNoCalendar = 1;
EKErrorNoStartDate = 2;
EKErrorNoEndDate = 3;
EKErrorDatesInverted = 4;
EKErrorInternalFailure = 5;
EKErrorCalendarReadOnly = 6;
EKErrorDurationGreaterThanRecurrence = 7;
EKErrorAlarmGreaterThanRecurrence = 8;
EKErrorStartDateTooFarInFuture = 9;
EKErrorStartDateCollidesWithOtherOccurrence = 10;
EKErrorObjectBelongsToDifferentStore = 11;
EKErrorInvitesCannotBeMoved = 12;
EKErrorInvalidSpan = 13;
EKErrorCalendarHasNoSource = 14;
EKErrorCalendarSourceCannotBeModified = 15;
EKErrorCalendarIsImmutable = 16;
EKErrorSourceDoesNotAllowCalendarAddDelete = 17;
EKErrorRecurringReminderRequiresDueDate = 18;
EKErrorStructuredLocationsNotSupported = 19;
EKErrorReminderLocationsNotSupported = 20;
EKErrorAlarmProximityNotSupported = 21;
EKErrorCalendarDoesNotAllowEvents = 22;
EKErrorCalendarDoesNotAllowReminders = 23;
EKErrorSourceDoesNotAllowReminders = 24;
EKErrorSourceDoesNotAllowEvents = 25;
EKErrorPriorityIsInvalid = 26;
EKErrorInvalidEntityType = 27;
EKErrorProcedureAlarmsNotMutable = 28;
EKErrorEventStoreNotAuthorized = 29;
EKErrorLast = 30;
type
EKErrorCode = clong;
{$endif}