Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The CalendarService class provides the Calendar service. More...
#include <CalendarService>
Inherits QtopiaAbstractService.
The CalendarService class provides the 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.
Allow the system cleanup wizard to recover some space. The date to clean from is a hint only. The calendar program should only remove appointments and occurrences where doing so will save space.
This slot corresponds to the QCop service message Calendar::cleanByDate(QDate).
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, wither the next upcoming occurrence from the current date, or the first occurrence if there is no upcoming occurrence.
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 © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |