Bug 11573 - Add support for calendar events
: Add support for calendar events
Status: NEW
Product: mbarcode
Plugins-General
: unspecified
: All Maemo
: Unspecified enhancement with 1 vote (vote)
: ---
Assigned To: Simon Pickering
: general
: http://zxing.appspot.com/generator/
:
:
:
  Show dependency tree
 
Reported: 2010-11-13 19:14 UTC by Dan Klaffenbach
Modified: 2014-03-08 10:28 UTC (History)
2 users (show)

See Also:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description Dan Klaffenbach (reporter) 2010-11-13 19:14:56 UTC
Hi,

I'm using mbarcode-0.2.4 and it does not recognize calendar events embedded in
QR-Codes - I only get the plain text VEVENT instead.

It would be cool if you could add a plugin which automatically recognizes
VEVENTS and allows the user to add these events to the device calendar.

See http://bit.ly/9wsR8d for a sample QR-code containing a VEVENT.
Comment 1 Simon Pickering maemo.org 2010-12-14 10:24:04 UTC
I've just added some commented-out code to mBarcode to parse and add iCal
events using Qt-Mobility 1.1 + Versit. Unfortunately this library is not
currently available in Extras-* (an older version is which lacks the Calendar
functionality), but there is some discussion about how/whether it could be
added.

If it turns out that it won't be added, I'll grab the relevant code and
compile/link it directly to mBarcode, but I'd prefer to wait a bit and see what
the official outcome is.
Comment 2 Dan Klaffenbach (reporter) 2011-01-16 20:45:16 UTC
Hi,

libqtm-12-versit is now available in extras-devel. I hope that VEVENT support
can now be enabled per default :)
Comment 3 Simon Pickering maemo.org 2011-02-28 17:07:07 UTC
*** Bug 11943 has been marked as a duplicate of this bug. ***
Comment 4 Simon Pickering maemo.org 2011-02-28 21:40:36 UTC
I've enabled this code in mbarcode-plugins-qrcode_0.0.7-0 (SVN commit 522), but
it doesn't seem to add anything in the few tests I've run.

I'm wondering if the Calendar backend is functional in qtm-calendar.

Please test once I push a new version of the qrcode plugin and I'll also do
some digging to see whether this should work.

If not, then this will require more coding to either add the backend to Qt
Mobility Calendar or to use the old libcalendar (name?) library.

Patches/help welcome :)