Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Which Organizer features on S60 5th.ed?

Which Organizer features on S60 5th.ed?

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    kschultz
    wrote on last edited by
    #1

    Where can I look which features of QOrganizer are supported on S60 5th.ed?
    I thought that categories are supported in the form of collections, but I get always false on manager->saveCollection( collection );

    Thanks for any hint

    1 Reply Last reply
    0
    • C Offline
      C Offline
      chriadam
      wrote on last edited by
      #2

      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
      #endif

      I 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.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved