Namespace Tizen.Pims.Calendar
The Tizen.Pims.Calendar namespace provides classes for managing calendar information for schedule.
Classes
CalendarDatabase
The CalendarDatabase provides methods to manage calendar information from/to the database.
CalendarFilter
A filter includes the conditions for the search.
CalendarList
A list of records with the same type.
CalendarManager
A class for managing the calendar information. It allows the applications to use the calendar service.
CalendarQuery
A query is used to retrieve the data, which satisfies the given criteria.
CalendarRecord
A record represents an actual record in the database.
CalendarReminder
A class for the reminder for an event.
CalendarTime
A class for the time to set, get, or calculate.
CalendarTypes
This class provides enumerations about the calendar information.
CalendarVcalendar
A class for parsing and composing the vCalendar.
DBChangedEventArgs
The event arguments passed when the calendar database is changed.
ReminderAlertedEventArgs
The event arguments passed when the alarm is alerted.
Enums
CalendarFilter.IntegerMatchType
Enumeration for the filter match type of an integer.
CalendarFilter.LogicalOperator
Enumeration for a filter operator.
CalendarFilter.StringMatchType
Enumeration for the filter match type of a string.
CalendarTime.Type
Enumeration for the time type.
CalendarTypes.Action
Enumeration for the alarm actions.
CalendarTypes.AttendeeRole
Enumeration for the attendee roles.
CalendarTypes.AttendeeStatus
Enumeration for the attendee status.
CalendarTypes.BookMode
Enumeration for the book modes.
CalendarTypes.BusyStatus
Enumeration for the busy status of an event.
CalendarTypes.Cutype
Enumeration to specify the type of calendar user, specified by the property.
CalendarTypes.DefaultBook
Enumeration for the default books.
CalendarTypes.EventStatus
Enumeration for the event status.
CalendarTypes.MeetingStatus
Enumeration for the meeting status.
CalendarTypes.Priority
Enumeration for the calendar event item's priority.
CalendarTypes.RangeType
Enumeration for the range types.
CalendarTypes.Recurrence
Enumeration for the frequency of an event's recurrence.
CalendarTypes.Sensitivity
Enumeration for the calendar sensitivity type.
CalendarTypes.StoreType
Enumeration for the store types.
CalendarTypes.SystemType
Enumeration for the system types.
CalendarTypes.TickUnit
Enumeration for the alarm time unit type of an event, such as minutes, hours, days, and so on.
CalendarTypes.TodoStatus
Enumeration for the status of a to-do.
CalendarTypes.WeekDay
Enumeration for weekdays.
Delegates
ParseCallback
Parsing the vCalendar file callback function.