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. How to Access device calendar entries
Forum Updated to NodeBB v4.3 + New Features

How to Access device calendar entries

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.6k 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.
  • R Offline
    R Offline
    Raghava.n
    wrote on last edited by
    #1

    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
    0

    • Login

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