Class Todo
Definition
- Namespace:
- Tizen.Pims.Calendar.CalendarViews
- Assembly:
- Tizen.Pims.Calendar.dll
Describes the properties of a Todo record.
public static class Todo
- Inheritance
-
objectTodo
Fields
View SourceAlarm
The alarm list of the todo.
Declaration
public const uint Alarm
Field Value
| Type | Description |
|---|---|
| uint |
Attendee
The attendee list of the todo.
Declaration
public const uint Attendee
Field Value
| Type | Description |
|---|---|
| uint |
BookId
ID of the calendar book to which the todo belongs to.
Declaration
public const uint BookId
Field Value
| Type | Description |
|---|---|
| uint |
Byday
The day list of the todo recurrence. The value can be SU, MO, TU, WE, TH, FR, SA. The list is separated by commas.
Declaration
public const uint Byday
Field Value
| Type | Description |
|---|---|
| uint |
Byhour
The hour list of the todo recurrence. The value can be from 0 to 23. The list is separated by commas.
Declaration
public const uint Byhour
Field Value
| Type | Description |
|---|---|
| uint |
Byminute
The minute list of the todo recurrence. The value can be from 0 to 59. The list is separated by commas.
Declaration
public const uint Byminute
Field Value
| Type | Description |
|---|---|
| uint |
Bymonth
The month list of the todo recurrence. The value can be from 1 to 12. The list is separated by commas.
Declaration
public const uint Bymonth
Field Value
| Type | Description |
|---|---|
| uint |
Bymonthday
The month day list of the todo recurrence. The value can be from 1 to 31 and from -31 to -1. The list is separated by commas.
Declaration
public const uint Bymonthday
Field Value
| Type | Description |
|---|---|
| uint |
Bysecond
The second list of the todo recurrence. The value can be from 0 to 59. The list is separated by commas.
Declaration
public const uint Bysecond
Field Value
| Type | Description |
|---|---|
| uint |
Bysetpos
The position list of the todo recurrence. The value can be from 1 to 366 and from -366 to -1. The list is separated by commas.
Declaration
public const uint Bysetpos
Field Value
| Type | Description |
|---|---|
| uint |
Byweekno
The week number list of the todo recurrence. The value can be from 1 to 53 and from -53 to -1. The list is separated by commas.
Declaration
public const uint Byweekno
Field Value
| Type | Description |
|---|---|
| uint |
Byyearday
The year day list of the todo recurrence. The value can be from 1 to 366 and from -366 to -1. The list is separated by commas.
Declaration
public const uint Byyearday
Field Value
| Type | Description |
|---|---|
| uint |
Categories
The category of the todo. For example, APPOINTMENT, BIRTHDAY.
Declaration
public const uint Categories
Field Value
| Type | Description |
|---|---|
| uint |
CompletedTime
The time when the todo is completed.
Declaration
public const uint CompletedTime
Field Value
| Type | Description |
|---|---|
| uint |
Count
The count of the todo recurrence. Only if this is used with RangeType.Count.
Declaration
public const uint Count
Field Value
| Type | Description |
|---|---|
| uint |
CreatedTime
The time when the todo is created.
Declaration
public const uint CreatedTime
Field Value
| Type | Description |
|---|---|
| uint |
Description
The description of the todo.
Declaration
public const uint Description
Field Value
| Type | Description |
|---|---|
| uint |
Due
The due time of the todo.
Declaration
public const uint Due
Field Value
| Type | Description |
|---|---|
| uint |
DueTzid
The timezone of the due_time.
Declaration
public const uint DueTzid
Field Value
| Type | Description |
|---|---|
| uint |
Extended
The extended property list of the todo.
Declaration
public const uint Extended
Field Value
| Type | Description |
|---|---|
| uint |
Freq
The frequent type of the todo recurrence (refer to the CalendarTypes.Recurrence).
Declaration
public const uint Freq
Field Value
| Type | Description |
|---|---|
| uint |
HasAlarm
Whether or not the todo has an alarm list.
Declaration
public const uint HasAlarm
Field Value
| Type | Description |
|---|---|
| uint |
HasAttendee
Whether or not the todo has an attendee list.
Declaration
public const uint HasAttendee
Field Value
| Type | Description |
|---|---|
| uint |
Id
Database record ID of the todo.
Declaration
public const uint Id
Field Value
| Type | Description |
|---|---|
| uint |
Interval
The interval of the todo recurrence.
Declaration
public const uint Interval
Field Value
| Type | Description |
|---|---|
| uint |
IsAllday
The todo is an allday event or not.
Declaration
public const uint IsAllday
Field Value
| Type | Description |
|---|---|
| uint |
IsDeleted
Whether or not the todo is deleted.
Declaration
public const uint IsDeleted
Field Value
| Type | Description |
|---|---|
| uint |
LastModifiedTime
The time when the todo is updated.
Declaration
public const uint LastModifiedTime
Field Value
| Type | Description |
|---|---|
| uint |
Latitude
The latitude of the location of the todo.
Declaration
public const uint Latitude
Field Value
| Type | Description |
|---|---|
| uint |
Location
The location of the todo.
Declaration
public const uint Location
Field Value
| Type | Description |
|---|---|
| uint |
Longitude
The longitude of the location of the todo.
Declaration
public const uint Longitude
Field Value
| Type | Description |
|---|---|
| uint |
OrganizerEmail
The email address of the organizer of the todo.
Declaration
public const uint OrganizerEmail
Field Value
| Type | Description |
|---|---|
| uint |
OrganizerName
The name of the organizer of the event.
Declaration
public const uint OrganizerName
Field Value
| Type | Description |
|---|---|
| uint |
Priority
The priority of the todo (refer to the CalendarTypes.Priority).
Declaration
public const uint Priority
Field Value
| Type | Description |
|---|---|
| uint |
Progress
The progression of the todo. The value can be from 0 to 100.
Declaration
public const uint Progress
Field Value
| Type | Description |
|---|---|
| uint |
RangeType
The range type of the todo recurrence (refer to the CalendarTypes.RangeType).
Declaration
public const uint RangeType
Field Value
| Type | Description |
|---|---|
| uint |
Sensitivity
The sensitivity of the todo (refer to the CalendarTypes.Sensitivity).
Declaration
public const uint Sensitivity
Field Value
| Type | Description |
|---|---|
| uint |
Start
The start time of the todo.
Declaration
public const uint Start
Field Value
| Type | Description |
|---|---|
| uint |
StartTzid
The timezone of the start_time.
Declaration
public const uint StartTzid
Field Value
| Type | Description |
|---|---|
| uint |
Summary
The short description of the todo.
Declaration
public const uint Summary
Field Value
| Type | Description |
|---|---|
| uint |
SyncData1
The sync data of the todo. If the developers need to save some information related to the todo, they can use this property.
Declaration
public const uint SyncData1
Field Value
| Type | Description |
|---|---|
| uint |
SyncData2
The sync data of the todo. If the developers need to save some information related to the todo, they can use this property.
Declaration
public const uint SyncData2
Field Value
| Type | Description |
|---|---|
| uint |
SyncData3
The sync data of the todo. If the developers need to save some information related to the todo, they can use this property.
Declaration
public const uint SyncData3
Field Value
| Type | Description |
|---|---|
| uint |
SyncData4
The sync data of the todo. If the developers need to save some information related to the todo, they can use this property.
Declaration
public const uint SyncData4
Field Value
| Type | Description |
|---|---|
| uint |
TodoStatus
The status of the todo (refer to the CalendarTypes.TodoStatus).
Declaration
public const uint TodoStatus
Field Value
| Type | Description |
|---|---|
| uint |
Uid
The unique ID of the todo.
Declaration
public const uint Uid
Field Value
| Type | Description |
|---|---|
| uint |
Until
The end time of the todo recurrence. Only if this is used with RangeType.Until..
Declaration
public const uint Until
Field Value
| Type | Description |
|---|---|
| uint |
Uri
Identifier of this todo view.
Declaration
public const string Uri
Field Value
| Type | Description |
|---|---|
| string |
Wkst
The start day of the week (refer to the CalendarTypes.WeekDay).
Declaration
public const uint Wkst
Field Value
| Type | Description |
|---|---|
| uint |