Home · All Classes · Annotated · Functions

CalendarService Class Reference

Provides the Qtopia Calendar service. More...

#include <CalendarService>

Inherits QCopObjectService.

Public Slots

Additional Inherited Members


Detailed Description

Provides the Qtopia Calendar service.

The Calendar service enables applications to access features of the Calendar application.


Member Function Documentation

void CalendarService::addAppointment ( const QAppointment & appointment )   [slot]

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).

void CalendarService::cleanByDate ( const QDate & date )   [slot]

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).

void CalendarService::newAppointment ()   [slot]

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().

void CalendarService::newAppointment ( const QDateTime & start, const QDateTime & end, const QString & description, const QString & notes )   [slot]

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).

void CalendarService::nextView ()   [slot]

Switch the calendar to the next view.

This slot corresponds to the QCop service message Calendar::nextView().

void CalendarService::raiseToday ()   [slot]

Open the calendar user interface and show the appointments for today.

This slot corresponds to the QCop service message Calendar::raiseToday().

void CalendarService::removeAppointment ( const QAppointment & appointment )   [slot]

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).

void CalendarService::showAppointment ( const QUniqueId & uid )   [slot]

Show the appointment indicated by uid in the calendar application.

This slot corresponds to the QCop service message Calendar::showAppointment(QUniqueId).

void CalendarService::showAppointment ( const QUniqueId & uid, const QDate & date )   [slot]

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).

void CalendarService::updateAppointment ( const QAppointment & appointment )   [slot]

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