Class Attendee

    Definition

    Namespace:
    Tizen.Pims.Calendar.CalendarViews
    Assembly:
    Tizen.Pims.Calendar.dll

    Describes the properties of an Attendee record.

    public static class Attendee
    Inheritance
    object
    Attendee

    Fields

    View Source

    CtIndex

    CtIndex.

    Declaration
    public const uint CtIndex
    Field Value
    Type Description
    uint
    View Source

    Cutype

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

    Declaration
    public const uint Cutype
    Field Value
    Type Description
    uint
    View Source

    DelegateeUri

    Delegatee (DELEGATED-TO).

    Declaration
    public const uint DelegateeUri
    Field Value
    Type Description
    uint
    View Source

    DelegatorUri

    Delegator (DELEGATED-FROM).

    Declaration
    public const uint DelegatorUri
    Field Value
    Type Description
    uint
    View Source

    Email

    The email address of the attendee.

    Declaration
    public const uint Email
    Field Value
    Type Description
    uint
    View Source

    Group

    Group.

    Declaration
    public const uint Group
    Field Value
    Type Description
    uint
    View Source

    Member

    Group that the attendee belongs to.

    Declaration
    public const uint Member
    Field Value
    Type Description
    uint
    View Source

    Name

    Attendee name.

    Declaration
    public const uint Name
    Field Value
    Type Description
    uint
    View Source

    Number

    The number of the attendee.

    Declaration
    public const uint Number
    Field Value
    Type Description
    uint
    View Source

    ParentId

    Event/TODO that the attendee belongs to.

    Declaration
    public const uint ParentId
    Field Value
    Type Description
    uint
    View Source

    Role

    Attendee role (refer to the CalendarTypes.AttendeeRole).

    Declaration
    public const uint Role
    Field Value
    Type Description
    uint
    View Source

    Rsvp

    RSVP invitation reply (one of true, false).

    Declaration
    public const uint Rsvp
    Field Value
    Type Description
    uint
    View Source

    Status

    Attendee status (refer to the CalendarTypes.AttendeeStatus).

    Declaration
    public const uint Status
    Field Value
    Type Description
    uint
    View Source

    Uid

    Unique identifier.

    Declaration
    public const uint Uid
    Field Value
    Type Description
    uint
    View Source

    Uri

    Identifier of this calendar attendee view.

    Declaration
    public const string Uri
    Field Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX