UIQ Technology
Symbian OS Library

UIQ 3.1 SDK        UIQ developer portal

[Index] [Spacer] [Previous] [Next]



Location: QAgendaExternalInterface.h

Class TAgnDnlDetail

class TAgnDnlDetail;

Description

The unique ID of an agenda entry to edit in the Agenda application's detail view.

The TAgnDnlDetailBuf typedef packages this class into a buffer which can be sent to the Agenda application in a DNL

Members

Defined in TAgnDnlDetail:
iEntryType, iInstanceTime, iUID

See also:


Member data


iUID

TBuf8< KCalGlobalUidMax > iUID;

Description

Unique global identifier for the calendar entry


iInstanceTime

TCalTime iInstanceTime;

Description

The date/time of the instance


iEntryType

CCalEntry::TType iEntryType;

Description

The type of the entry (can be any of EAppt, ETodo, EEvent, EReminder, EAnniv)