diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-E3981A14-DD2C-5582-A250-C2AD358729FD.dita --- a/Symbian3/PDK/Source/GUID-E3981A14-DD2C-5582-A250-C2AD358729FD.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-E3981A14-DD2C-5582-A250-C2AD358729FD.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,25 +1,25 @@ - - - - - -Retrieving Skipped Alarmed Calendar InstancesThis topic describes how a client can get a list of Calendar instances that correspond to skipped Calendar alarms.

The client uses the FindAlarmedInstanceL() function to retrieve a list of alarmed Calendar instances. The function takes an aInstanceParams argument. The value of aInstanceParams is obtained by querying the current value of the KSkippedAlarmInstancesPubSubKey property.

The procedure that follows shows how an application retrieves an alarmed Calendar instance.

RetrieveListOfInstancesL() gets the list of instances of skipped alarms. #include <calinstanceview.h> // For CCalInstanceView etc. -#include <ASShdAlarm.h> // For TASShdAlarmedInstanceParams etc. -#include <…> -… -void CSkippedAlarmsObserver::RetrieveListOfInstancesL( - RPointerArray<CCalInstance>& aInstanceList, - TASShdAlarmedInstanceParams& aInstanceParams) - { - iCalInstanceView->FindAlarmedInstanceL(aInstanceList, aInstanceParams); - } - The aInstanceList value can then be used by a client to display information about the alarmed Calendar instances that were skipped. An example of this is a summary field from the associated Calendar entry.
Working with Skipped - Calendar Alarms Reading a Skipped Alarm - Property Reading a Skipped Alarm Instances + + + + + +Retrieving Skipped Alarmed Calendar InstancesThis topic describes how a client can get a list of Calendar instances that correspond to skipped Calendar alarms.

The client uses the FindAlarmedInstanceL() function to retrieve a list of alarmed Calendar instances. The function takes an aInstanceParams argument. The value of aInstanceParams is obtained by querying the current value of the KSkippedAlarmInstancesPubSubKey property.

The procedure that follows shows how an application retrieves an alarmed Calendar instance.

RetrieveListOfInstancesL() gets the list of instances of skipped alarms. #include <calinstanceview.h> // For CCalInstanceView etc. +#include <ASShdAlarm.h> // For TASShdAlarmedInstanceParams etc. +#include <…> +… +void CSkippedAlarmsObserver::RetrieveListOfInstancesL( + RPointerArray<CCalInstance>& aInstanceList, + TASShdAlarmedInstanceParams& aInstanceParams) + { + iCalInstanceView->FindAlarmedInstanceL(aInstanceList, aInstanceParams); + } + The aInstanceList value can then be used by a client to display information about the alarmed Calendar instances that were skipped. An example of this is a summary field from the associated Calendar entry.
Working with Skipped + Calendar Alarms Reading a Skipped Alarm + Property Reading a Skipped Alarm Instances Property
\ No newline at end of file