| Home · All Classes · Grouped Classes · Annotated · Functions | ![]() |
Provides the Qtopia Calendar service. More...
#include <CalendarService>
Inherits QtopiaAbstractService.
Provides the Qtopia Calendar service.
The Calendar service enables applications to access features of the Calendar application.
Activate the QDL link contained within request.
The slot corresponds to a QDS service with a request data type of QDLLink::mimeType() and no response data.
The slot corresponds to the QCop service message Calendar::activateLink(QDSActionRequest).
Add the specified appointment to the calendar. The request will be ignored if the system is currently syncing.
This slot corresponds to the QCop service message Calendar::addAppointment(QAppointment).
Activates the alarm dialog for appointments with alarms occurring at the given time. The specified delay indicates how many minutes before the start of the appointment that the alarm has been activated.
Open a dialog so the user can create a new appointment. Default values are used.
This slot corresponds to the QCop service message Calendar::newAppointment().
This is an overloaded member function, provided for convenience.
Open a dialog so the user can create a new appointment. The new appointment will use the specified start and end times, description and notes.
This slot corresponds to the QCop service message Calendar::newAppointment(QDateTime,QDateTime,QString,QString).
Switch the calendar to the next view.
This slot corresponds to the QCop service message Calendar::nextView().
Open the calendar user interface and show the appointments for today.
This slot corresponds to the QCop service message Calendar::raiseToday().
Remove the specified appointment from the calendar. The request will be ignored if the system is currently syncing.
This slot corresponds to the QCop service message Calendar::removeAppointment(QAppointment).
Request for one or more QDL links using the hint contained within request.
The slot corresponds to a QDS service with a request data type of "text/x-qstring" and response data type of QDLLink::listMimeType().
The slot corresponds to the QCop service message Calendar::requestLinks(QDSActionRequest).
Show the appointment indicated by uid in the calendar application.
This slot corresponds to the QCop service message Calendar::showAppointment(QUniqueId).
This is an overloaded member function, provided for convenience.
Show the occurrence of the appointment indicated by uid on date.
This slot corresponds to the QCop service message Calendar::showAppointment(QUniqueId,QDate).
Update the specified appointment in the calendar. The request will be ignored if the system is currently syncing.
This slot corresponds to the QCop service message Calendar::updateAppointment(QAppointment).
| Copyright © 2008 Nokia | Trademarks | Qtopia 4.3.3 |