Bug 174404 - Remember The Milk support for Korganizer
Summary: Remember The Milk support for Korganizer
Status: ASSIGNED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: 4.1
Platform: Compiled Sources Unspecified
: NOR wishlist
Target Milestone: 4.5
Assignee: Andrew Stromme
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-06 08:35 UTC by Fehér János
Modified: 2010-07-22 14:06 UTC (History)
11 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fehér János 2008-11-06 08:35:58 UTC
Version:            (using Devel)
Installed from:    Compiled sources

Remember The Milk is a web-based task management system. There's an API for it. A good and working (but alpha version) Mozilla Thunderbird add-on might be a good example how to implement it: https://addons.mozilla.org/en-US/thunderbird/addon/7125

Thanks guys :)
Fehér János (Aries)
Comment 1 Rémy Greinhofer 2009-02-19 08:34:47 UTC
A must-have feature.
Comment 2 Andrew Stromme 2009-05-15 01:01:04 UTC
I might be interested in implementing this into Kontact using librtm currently found in kdeplasma-addons. Until then, feel free to use the Remember The Milk plasma widget found in KDE 4.3 (again, kdeplasma-addons).
Comment 3 AJ Ashton 2009-08-18 15:08:08 UTC
*** This bug has been confirmed by popular vote. ***
Comment 4 Giulio Guzzinati 2009-09-24 13:06:42 UTC
It would be amazing to have this. If Andrew Stromme implements this might become my new hero.
Comment 5 Andrew Stromme 2009-10-11 19:24:27 UTC
Good news :) I have a basic akonadi resource for Remember The Milk working. http://twitpic.com/l4sco

For the moment it's read only, but the library supports writing and so as I develop it it should gain write support.

You can find the code in my work directory ( http://websvn.kde.org/branches/work/~astromme/rtmresource )
Comment 6 Andrew Manson 2009-10-26 22:37:19 UTC
Hi Andrew ( the other one ;) 

How is the development going for your akonadi resource?
Comment 7 Andrew Stromme 2009-10-27 00:44:35 UTC
As you probably know everyone has limited time. Unfortunately my studies have pulled me away from this work for the time being. Don't worry, I'm still interested in it and see it as a better way to integrate RTM than just a simple plasmoid. I'll keep this bug report updated if things change.
Comment 8 Andrew Manson 2009-10-27 08:34:25 UTC
Well the reason that I was asking is simply just that I need a good Internet stored To-Do list with an akonadi resource, and it seems better to help get your one up to date than to be working in my own little chroot ;) (sorry for the terrible computer science jokes) 

I've checked out your sources and have fixed up my dev env so i think i'll be working on it tonight... Don't suppose you feel like being a pioneer in the move to git? I just think that it might be easier for us to work on our own little branches and stuff in git rather than having me mess around with your branch or anything ya know?
Comment 9 Jaime Martin 2009-12-01 20:23:21 UTC
I try to compile the astromme code following the README instruccions but it doesn't work for me:

-----------------------------------------------------------------------
# cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=debugfull ..
-- Found Qt-Version 4.5.3 (using /usr/bin/qmake)
-- Found X11: /usr/lib64/libX11.so
-- Phonon Version: 4.3.50
-- Found KDE 4.3 include dir: /usr/include
-- Found KDE 4.3 library dir: /usr/lib64
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
CMake Error at CMakeLists.txt:5 (find_package):
  Could not find module FindRTM.cmake or a configuration file for package
  RTM.

  Adjust CMAKE_MODULE_PATH to find FindRTM.cmake or set RTM_DIR to the
  directory containing a CMake configuration file for RTM.  The file will
  have one of the following names:

    RTMConfig.cmake
    rtm-config.cmake



-- Configuring incomplete, errors occurred! 
-------------------------------------------------------------
Comment 10 heart1010 2010-07-22 14:06:23 UTC
I'm also interested in the integration of RMTM into Kontact...