libkcal Library API Documentation

KCal::ICalFormatImpl Class Reference

This class provides the libical dependent functions for ICalFormat. More...

#include <icalformatimpl.h>

List of all members.

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 *)
TodoreadTodo (icalcomponent *vtodo)
EventreadEvent (icalcomponent *vevent)
FreeBusyreadFreeBusy (icalcomponent *vfreebusy)
JournalreadJournal (icalcomponent *vjournal)
AttendeereadAttendee (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 QStringloadedProductId ()
 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

ICalFormatImpl::ICalFormatImpl ICalFormat parent  ) 
 

Create new iCal format for calendar object.

Definition at line 51 of file icalformatimpl.cpp.


Member Function Documentation

const QString& KCal::ICalFormatImpl::loadedProductId  )  [inline]
 

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:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sat Oct 18 02:47:04 2003 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001