Attendee


Purpose

A structure representing the Attendee class, defining a participant of the event.

You can access the object by using the window.launchbox.CalendarManager.Attendee reference.

Note

On iOS, Attendee objects are read-only and they cannot be added or removed.

Module

This object belongs to the Calendar Manager product module.

Attributes

Listed below are attributes of the Attendee object.

Attribute Description Type Use
id A unique identifier of the attendee on the device. Used on Android only. When is set to "null", an attendee does not exist on the device. On iOS, attendees have no identifiers, therefore it is "null". number required
calendarEvent An event this attendee participates in. A read-only field. When set to "null", the attendee does not belong to any event. object required
name A name of the attendee. string optional
attendeeStatus A status of the attendee. It can be set using the CalendarManager.AttendeeStatus constant. integer optional
attendeeType A type of the attendee. It can be set using the CalendarManager.AttendeeType constant. integer optional

Related topic

Public API reference
CalendarManager
Legal notice | Copyright © 2019 and Confidential to Pegasystems Inc. All rights reserved
Pega Community | Feedback
Advanced...