KCal::ICalFormatImpl Class Reference
This class provides the libical dependent functions for ICalFormat. More...
#include <icalformatimpl.h>
Public Member Functions | |
| ICalFormatImpl (ICalFormat *parent) | |
| Create new iCal format for calendar object. | |
| bool | populate (Calendar *, icalfileset *fs) |
| icalcomponent * | writeIncidence (Incidence *incidence) |
| icalcomponent * | writeTodo (Todo *todo) |
| icalcomponent * | writeEvent (Event *event) |
| icalcomponent * | writeFreeBusy (FreeBusy *freebusy, Scheduler::Method method) |
| icalcomponent * | writeJournal (Journal *journal) |
| void | writeIncidence (icalcomponent *parent, Incidence *incidence) |
| icalproperty * | writeAttendee (Attendee *attendee) |
| icalproperty * | writeRecurrenceRule (Recurrence *) |
| icalproperty * | writeAlarm (Alarm *alarm) |
| QString | extractErrorProperty (icalcomponent *) |
| Todo * | readTodo (icalcomponent *vtodo) |
| Event * | readEvent (icalcomponent *vevent) |
| FreeBusy * | readFreeBusy (icalcomponent *vfreebusy) |
| Journal * | readJournal (icalcomponent *vjournal) |
| Attendee * | readAttendee (icalproperty *attendee) |
| void | readIncidence (icalcomponent *parent, Incidence *incidence) |
| void | readRecurrenceRule (icalproperty *rrule, Incidence *event) |
| void | readRecurrence (const struct icalrecurrencetype &r, Recurrence *recur) |
| void | readAlarm (icalcomponent *alarm, Incidence *incidence) |
| const QString & | loadedProductId () |
| Return the PRODID string loaded from calendar file. | |
| icaltimetype | writeICalDate (const QDate &) |
| QDate | readICalDate (icaltimetype) |
| icaltimetype | writeICalDateTime (const QDateTime &) |
| QDateTime | readICalDateTime (icaltimetype) |
| icaldurationtype | writeICalDuration (int seconds) |
| int | readICalDuration (icaldurationtype) |
| icalcomponent * | createCalendarComponent () |
| icalcomponent * | createScheduleComponent (IncidenceBase *, Scheduler::Method) |
Detailed Description
This class provides the libical dependent functions for ICalFormat.
Definition at line 40 of file icalformatimpl.h.
Constructor & Destructor Documentation
|
|
Create new iCal format for calendar object.
Definition at line 51 of file icalformatimpl.cpp. |
Member Function Documentation
|
|
Return the PRODID string loaded from calendar file.
Definition at line 70 of file icalformatimpl.h. Referenced by KCal::ICalFormat::fromString(). |
The documentation for this class was generated from the following files:
