class MESMRCalImportExporter |
MESMRCalImportExporter defines interface for importing and exporting calendar entries to / from iCal format.
esmrservices.lib
Public Member Functions | |
---|---|
~MESMRCalImportExporter () | |
HBufC * | ExportToICal16L ( CCalEntry &) |
HBufC * | ExportToICal16LC ( CCalEntry &) |
HBufC8 * | ExportToICal8L ( CCalEntry &) |
HBufC8 * | ExportToICal8LC ( CCalEntry &) |
CCalEntry * | ImportFromIcalL (const TDes8 &) |
CCalEntry * | ImportFromIcalLC (const TDes8 &) |
HBufC * | ExportToICal16L | ( | CCalEntry & | aEntry | ) | [pure virtual] |
Export calendar entry to iCal format. Ownership of the returned descriptor is transferred to caller.
CCalEntry & aEntry | Reference to CCalEntry object. |
HBufC * | ExportToICal16LC | ( | CCalEntry & | aEntry | ) | [pure virtual] |
Export calendar entry to iCal format. Created object is left to cleanup stack. Ownership of the returned descriptor is transferred to caller.
CCalEntry & aEntry | Reference to CCalEntry object. |
HBufC8 * | ExportToICal8L | ( | CCalEntry & | aEntry | ) | [pure virtual] |
Exports calendar entry to iCal format. Ownership of the returned descriptor is transferred to caller.
CCalEntry & aEntry | Reference to CCalEntry object. |
HBufC8 * | ExportToICal8LC | ( | CCalEntry & | aEntry | ) | [pure virtual] |
Exports calendar entry to iCal format. Created object is left to cleanup stack. Ownership of the returned descriptor is transferred to caller.
CCalEntry & aEntry | Reference to CCalEntry object. |
CCalEntry * | ImportFromIcalL | ( | const TDes8 & | aIcal | ) | [pure virtual] |
Imports iCal entry to CCalEntry . Ownership of the returned object is transferred to caller.
const TDes8 & aIcal |
CCalEntry * | ImportFromIcalLC | ( | const TDes8 & | aIcal | ) | [pure virtual] |
Imports iCal entry to CCalEntry . Created object is left to cleanup stack. Ownership of the returned object is transferred to caller.
const TDes8 & aIcal |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.