Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    How to Access device calendar entries

    Mobile and Embedded
    1
    1
    1472
    Loading More Posts
    • 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.
    • R
      Raghava.n last edited by

      I am very new to Qt developer environment.
      As a start-up application, i wanted to develop a program which can show calendar schedules for present day.
      I used Organizer Api and sample code snippets present in the http://doc.qt.nokia.com/qtmobility-1.2/organizer.html.

      when i run this program i am getting 0 entries, although there few number events and todo's (with the following code).
      @

      QList<QOrganizerItem> entries =
      defaultManager.items(QDateTime(QDate(2011, 11, 11), QTime(0, 0, 0)),
      QDateTime(QDate(2011, 11, 11), QTime(23, 59, 59)));
      @

      please let me know what additions i need do to achieve this.

      I am using Nokia C7 for this app.

      Thanks in advamce--

      [edit: please add @ code tags, Eddy]

      1 Reply Last reply Reply Quote 0
      • First post
        Last post