MeetingInstance
extension MeetingInstance
This extension adds some methods to the individual meeting class.
-
This returns the start weekday. It is adjusted, so may sometimes be different from the one specified by the meeting. It is always in 1 = Sunday space.
Declaration
Swift
var adjustedWeekday: Int { get }
-
This marks our attendance in the app local preferences.
Declaration
Swift
var iAttend: Bool { get set }
-
If this meeting has a format code for a Service meeting, this returns true.
Declaration
Swift
var isServiceMeeting: Bool { get }
-
This is a universal link for this meeting, in this app.
Declaration
Swift
var linkURL: URL? { get }