Class: EventKit
- Inherits:
-
Object
- Object
- EventKit
- Defined in:
- lib/EventKit.rb
Overview
Constants from EventKit
Constant Summary collapse
- EKEntityType =
%w[ event reminder ].freeze
- EKEventAvailability =
{ notSupported: -1, busy: 0, free: 1, tentative: 2, unavailable: 3, }.freeze
- EKEventStatus =
{ none: 0, confirmed: 1, tentative: 2, canceled: 3, }.freeze
- EKRecurrenceFrequency =
%w[ daily weekly monthly yearly ].freeze
- EKReminderProperty =
[ 'none', # 0 'high', nil, nil, nil, # 1 'medium', nil, nil, nil, # 5 'low', # 9 ].freeze
- EKSourceType =
EKSourceType (with color)
[ { name: 'Local', color: '#FFFFFF' }, # White { name: 'Exchange', color: '#00FFFF' }, # Cyan { name: 'CalDAV', color: '#00FF00' }, # Green { name: 'MobileMe', color: '#FFFF00' }, # Yellow { name: 'Subscribed', color: '#FF0000' }, # Red { name: 'Birthdays', color: '#FF00FF' }, # Magenta { name: 'Reminders', color: '#066FF3' }, # Blue ].freeze
- EKSpan =
%w[ this future ].freeze