Which Organizer features on S60 5th.ed?
-
Hi,
The documentation for which engines support what certainly needs improvement. Please file a bug for this.
In regards to your question about collections, it appears that the Symbian engine does support collections, however it is possible that on Symbian S60 5.0 and earlier, only the default collection is supported. If you wish to categorize items, one possibility to to use QOrganizerItemTag details (if that detail is reported as supported by the engine, at least...)
The code in the Symbian plugin (::saveCollectionL()) has:
#ifndef SYMBIAN_CALENDAR_V2
Q_UNUSED(collection);
User::Leave(KErrNotSupported);
#else
// the real save collection code
#endifI don't know whether this is a technical limitation or a decision to reduce complexity / maintenance burden of S60 5.0 (and earlier) code. If you need this feature, please file a suggestion in JIRA. If it gets enough votes, it may be roadmapped and delivered in future versions of Mobility.
Cheers,
Chris.