Class Attendee

Definition

Namespace:
Tizen.Pims.Calendar.CalendarViews
Assembly:
Tizen.Pims.Calendar.dll
API Level:
4

Describes the properties of an Attendee record.

C#
Copy
public static class Attendee : object
Inheritance
Attendee

Fields

View Source

CtIndex

CtIndex.

Declaration
C#
Copy
public const uint CtIndex = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Cutype

The type of attendee (refer to the CalendarTypes.Cutype).

Declaration
C#
Copy
public const uint Cutype = null
Field Value
Type Description
UInt32
API Level: 4
View Source

DelegateeUri

Delegatee (DELEGATED-TO).

Declaration
C#
Copy
public const uint DelegateeUri = null
Field Value
Type Description
UInt32
API Level: 4
View Source

DelegatorUri

Delegator (DELEGATED-FROM).

Declaration
C#
Copy
public const uint DelegatorUri = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Email

The email address of the attendee.

Declaration
C#
Copy
public const uint Email = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Group

Group.

Declaration
C#
Copy
public const uint Group = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Member

Group that the attendee belongs to.

Declaration
C#
Copy
public const uint Member = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Name

Attendee name.

Declaration
C#
Copy
public const uint Name = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Number

The number of the attendee.

Declaration
C#
Copy
public const uint Number = null
Field Value
Type Description
UInt32
API Level: 4
View Source

ParentId

Event/TODO that the attendee belongs to.

Declaration
C#
Copy
public const uint ParentId = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Role

Attendee role (refer to the CalendarTypes.AttendeeRole).

Declaration
C#
Copy
public const uint Role = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Rsvp

RSVP invitation reply (one of true, false).

Declaration
C#
Copy
public const uint Rsvp = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Status

Attendee status (refer to the CalendarTypes.AttendeeStatus).

Declaration
C#
Copy
public const uint Status = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Uid

Unique identifier.

Declaration
C#
Copy
public const uint Uid = null
Field Value
Type Description
UInt32
API Level: 4
View Source

Uri

Identifier of this calendar attendee view.

Declaration
C#
Copy
public const string Uri = null
Field Value
Type Description
String
API Level: 4