#include <app/vrecur.h>
class CRecurrenceParser : public CVersitParser |
Public Member Functions | |
---|---|
CRecurrenceParser(TBool) | |
IMPORT_C CParserPropertyValue * | MakePropertyValueRecurrenceL(TDes &) |
Inherited Enumerations | |
---|---|
CVersitParser:TCharCodes | |
CVersitParser:TVersitParserFlags |
Base class used in the derivation of CParserVCalEntity.
Provides recurrence functionality for vEvents and vToDos in vCalendars.
IMPORT_C | CRecurrenceParser | ( | TBool | aHasVersion | ) |
Constructs a recurrence parser.
Parameter | Description |
---|---|
aHasVersion | CVersitParser::ESupportsVersion if a version property is needed; ENoVersionProperty otherwise. |
IMPORT_C CParserPropertyValue * | MakePropertyValueRecurrenceL | ( | TDes & | aRecurringEntity | ) |
Internalises a recurrence property value in descriptor form.
Creates a recurrence parser using the recurrence information provided in aRecurringEntity (which has the format described in CParserPropertyValueRecurrence::ExternalizeL()).
Parameter | Description |
---|---|
aRecurringEntity | A recurring entity in descriptor form. |