The type of source object.
SDKs
- iOS 5.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- watchOS 2.0+
Framework
- Event
Kit
Declaration
enum EKSourceType : Int
Overview
Use these values to set the source
property.
The type of source object.
SDKs
Framework
enum EKSourceType : Int
Use these values to set the source
property.
case local
Represents a local source.
case exchange
Represents an Exchange source.
case cal DAV
Represents a CalDAV or iCloud source.
case mobile Me
Represents a MobileMe source.
case subscribed
Represents a subscribed source.
case birthdays
Represents a birthday source.
var source Identifier: String
A unique identifier for the source object.
var source Type: EKSource Type
The type of this source object.
var title: String
The name of this source object.