Structures
The following structures are available globally.
-
A collection of calendaring and scheduling information.
See https://tools.ietf.org/html/rfc5545#section-3.4
See moreDeclaration
Swift
public struct ICalendar : VComponent -
Undocumented
See moreDeclaration
Swift
public struct ICalendarAlarm : VComponent -
Provides a grouping of component properties that describes an event.
See https://tools.ietf.org/html/rfc5545#section-3.6.1
See moreDeclaration
Swift
public struct ICalendarEvent : VComponent -
Undocumented
See moreDeclaration
Swift
public struct ICalendarFreeBusy : VComponent -
Undocumented
See moreDeclaration
Swift
public struct ICalendarJournal : VComponent -
Provide a grouping of calendar properties that describe a to-do.
See https://tools.ietf.org/html/rfc5545#section-3.6.2
See moreDeclaration
Swift
public struct ICalendarToDo : VComponent -
Undocumented
See moreDeclaration
Swift
public struct ICalendarTimeZone : VComponent -
A date or date/time for use in calendar events, todos or free/busy-components.
See moreDeclaration
Swift
public struct ICalendarDate : VPropertyEncodable -
Specifies a positive duration of time.
See https://tools.ietf.org/html/rfc5545#section-3.8.2.5
See moreDeclaration
Swift
public struct ICalendarDuration : VPropertyEncodable, AdditiveArithmetic -
Specifies information related to the global position for the activity specified by a calendar component.
See https://tools.ietf.org/html/rfc5545#section-3.8.1.6
See moreDeclaration
Swift
public struct ICalendarGeographicPosition : VPropertyEncodable -
The identifier for the product that created the iCalendar object.
See https://tools.ietf.org/html/rfc5545#section-3.7.3
See moreDeclaration
Swift
public struct ICalendarProductIdentifier : VPropertyEncodable -
This value type is used to identify properties that contain a recurrence rule specification.
See https://tools.ietf.org/html/rfc5545#section-3.3.10
See moreDeclaration
Swift
public struct ICalendarRecurrenceRule : VPropertyEncodable
Structures Reference