CalendarMeetingEvent public enum CalendarMeetingEvent The enum of a calendar meeting event Since 3.2.0 created(_:) The callback with a meeting when a new meeting was created. Declaration Swift case created(Meeting) updated(_:) The callback with a meeting when a meeting was changed. Declaration Swift case updated(Meeting) removed(_:) The Callback with a meetingId when a meeting was removed. Declaration Swift case removed(String) © 2024 Cisco Systems, Inc.. All rights reserved. (Last updated: 2024-11-06) Generated by jazzy ♪♫ v0.15.1, a Realm project.