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
Inheritance
Attendee

Fields

View Source

CtIndex

CtIndex.

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

Cutype

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

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

DelegateeUri

Delegatee (DELEGATED-TO).

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

DelegatorUri

Delegator (DELEGATED-FROM).

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

Email

The email address of the attendee.

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

Group

Group.

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

Member

Group that the attendee belongs to.

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

Name

Attendee name.

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

Number

The number of the attendee.

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

ParentId

Event/TODO that the attendee belongs to.

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

Role

Attendee role (refer to the CalendarTypes.AttendeeRole).

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

Rsvp

RSVP invitation reply (one of true, false).

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

Status

Attendee status (refer to the CalendarTypes.AttendeeStatus).

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

Uid

Unique identifier.

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

Uri

Identifier of this calendar attendee view.

Declaration
C#
Copy
public const string Uri = "tizen.calendar_view.attendee"
Field Value
Type Description
System.String
API Level: 4