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. [Resolved] mkcal backend
Forum Updated to NodeBB v4.3 + New Features

[Resolved] mkcal backend

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 1 Posters 997 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.
  • niqtN Offline
    niqtN Offline
    niqt
    wrote on last edited by
    #1

    i'm writing a qmlcalendar for harmattan, i use mkal backend
    @
    property OrganizerModel organizer:OrganizerModel{
    id: organizer
    manager:"qtorganizer:mkcal:id=qml"
    startPeriod: currentDate
    endPeriod: Month.tomorrow(currentDate);
    autoUpdate:true
    }
    @
    when i save a item i have:
    @
    sqlitestorage.cpp: 2276 - appending incidence "6adc3adf-68f7-4cfe-ab6f-60d1c3979831" for database insert
    sqlitestorage.cpp: 2126 - inserting incidence "6adc3adf-68f7-4cfe-ab6f-60d1c3979831" notebook "f1b785aa-996d-4259-b3b6-50a552e6b09a"

    Number of ITEM = 0
    @
    and list of the item is empty

    What's happen?

    1 Reply Last reply
    0
    • niqtN Offline
      niqtN Offline
      niqt
      wrote on last edited by
      #2

      Resolved: added
      @
      <aegis>
      2 <request>
      3 <credential name="GRP::calendar"/>
      4 <for path="/usr/local/bin/mycalendar"/>
      5 </request>
      6</aegis>
      @

      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