| Home · All Classes · Annotated · Functions |
Provides the Qtopia Calendar service. More...
#include <CalendarService>
Inherits QCopObjectService.
Provides the Qtopia Calendar service.
The Calendar service enables applications to access features of the Calendar application.
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).
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).
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 occurence 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 © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |