konsolekalendar

konsolekalendarvariables.h File Reference
#include <libkcal/calendarlocal.h>
#include <libkcal/calendarresources.h>
#include <libkcal/resourcelocal.h>
#include <libkcal/resourcecalendar.h>
#include <libkcal/event.h>
#include <tqstring.h>
#include <tqdatetime.h>

Go to the source code of this file.

Classes

class  KCal::KonsoleKalendarVariables
 

Enumerations

enum  KCal::ExportType {
  KCal::ExportTypeNone , KCal::ExportTypeText , KCal::ExportTypeTextShort , KCal::ExportTypeHTML ,
  KCal::ExportTypeMonthHTML , KCal::ExportTypeXHTML , KCal::ExportTypeXML , KCal::ExportTypeCSV ,
  KCal::ExportTypeVCard
}
 

Detailed Description

Provides the KonsoleKalendarVariables class definition.

Definition in file konsolekalendarvariables.h.

Enumeration Type Documentation

◆ ExportType

ExportType is the type of Export output.

Enumerator
ExportTypeNone 

Export none.

ExportTypeText 

Export as text (default)

ExportTypeTextShort 

Export as compact text.

ExportTypeHTML 

Export HTML for the specified time span.

ExportTypeMonthHTML 

Export HTML for the time span on month boundaries.

ExportTypeXHTML 

Export XHTML (NOT AVAILABLE YET)

ExportTypeXML 

Export XML (NOT AVAILABLE YET)

ExportTypeCSV 

Export Comma-Separated Values.

ExportTypeVCard 

Export VCard (NOT AVAILABLE YET)

Definition at line 50 of file konsolekalendarvariables.h.