Class Event

Definition

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

Describes the properties of a Event record.

C#
Copy
public static class Event : object
Inheritance
Event

Fields

View Source

Alarm

The alarm list of the event.

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

Attendee

The attendee list of the event.

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

BookId

ID of the calendar book to which the event belongs.

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

BusyStatus

The busy status of event (refer to the CalendarTypes.BusyStatus).

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

Byday

The day list of the event recurrence. The value can be SU, MO, TU, WE, TH, FR, SA. The list is separated by commas.

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

Byhour

The hour list of the event recurrence. The value can be from 0 to 23. The list is separated by commas.

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

Byminute

The minute list of the event recurrence. The value can be from 0 to 59. The list is separated by commas.

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

Bymonth

The month list of the event recurrence. The value can be from 1 to 12. The list is separated by commas.

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

Bymonthday

The month day list of the event recurrence. The value can be from 1 to 31 and from -31 to -1. The list is separated by commas.

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

Bysecond

The second list of the event recurrence. The value can be from 0 to 59. The list is separated by commas.

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

Bysetpos

The position list of the event recurrence. The value can be from 1 to 366 and from -366 to -1. The list is separated by commas.

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

Byweekno

The week number list of the event recurrence. The value can be from 1 to 53 and from -53 to -1. The list is separated by commas.

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

Byyearday

The year day list of the event recurrence. The value can be from 1 to 366 and from -366 to -1. The list is separated by commas.

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

CalendarSystemType

The calendar system type (refer to the CalendarTypes.SystemType).

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

Categories

The category of the event. For example, appointment, birthday.

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

ContactId

The person_id of the event if the event is a birthday. Refer to the contacts-service.

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

Count

The count of the event recurrence. Only if this is used with RangeType.Count.

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

CreatedTime

The time when the event is created.

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

Description

The description of the event.

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

EmailId

ID of the email_id. Refer to the email-service.

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

End

The end time of the event.

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

EndTzid

The timezone of the end_time.

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

EventStatus

The status of event (refer to the CalendarTypes.EventStatus).

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

Exception

The exception mod event list of the event.

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

Exdate

The exception list of the event. If this event has a recurrence rule, the instance of the exdate is removed. Format is "YYYYMMDD"(allday event) or "YYYYMMDDTHHMMSS". Multiple exceptions can be included with a comma.

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

Extended

The extended property list of the event.

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

Freq

The frequent type of event recurrence (refer to the CalendarTypes.Recurrence).

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

HasAlarm

Whether or not the event has an alarm list.

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

HasAttendee

Whether or not the event has an attendee list.

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

Id

Database record ID of the event.

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

Interval

The interval of the event recurrence.

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

IsAllday

The event is an allday event or not.

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

IsDeleted

Whether or not the event is deleted.

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

LastModifiedTime

The time when the event is updated.

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

Latitude

The latitude of the location of the event.

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

LinkBaseId

The event is an base linked event.

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

LinkCount

The linked event count.

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

Location

The location of the event.

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

Longitude

The longitude of the location of the event.

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

MeetingStatus

The meeting status of event (refer to the CalendarTypes.MeetingStatus).

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

OrganizerEmail

The email address of the organizer of the event.

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

OrganizerName

The name of organizer of the event.

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

OriginalEventId

The ID of the original event, if the event is an exception.

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

Priority

The priority of event (refer to the CalendarTypes.Priority).

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

RangeType

The range type of event recurrence (refer to the CalendarTypes.RangeType).

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

Rdate

RDATE of RFC #2445.

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

RecurrenceId

RECURRENCE-ID of RFC #2445.

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

Sensitivity

The sensitivity of event (refer to the CalendarTypes.Sensitivity).

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

Start

The start time of the event.

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

StartTzid

The timezone of the start_time.

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

Summary

The short description of the event.

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

SyncData1

The sync data of the event. If the developers need to save some information related to the event, they can use this property.

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

SyncData2

The sync data of the event. If the developers need to save some information related to the event, they can use this property.

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

SyncData3

The sync data of the event. If the developers need to save some information related to the event, they can use this property.

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

SyncData4

The sync data of the event. If the developers need to save some information related to the event, they can use this property.

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

Timezone

The timezone_id of the event, if it exists.

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

Uid

The unique ID of the event.

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

Until

The end time of the event recurrence. Only if this is used with RangeType.Until.

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

Uri

Identifier of this event view.

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

Wkst

The start day of the week (refer to the CalendarTypes.WeekDay).

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