Bug 326561 - support for recurrence and percentage of completion in google tasks
Summary: support for recurrence and percentage of completion in google tasks
Status: RESOLVED INTENTIONAL
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: Google Resource (show other bugs)
Version: 4.11
Platform: Kubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Daniel Vrátil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-24 11:53 UTC by Martin Tlustos
Modified: 2013-10-30 12:13 UTC (History)
1 user (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 Martin Tlustos 2013-10-24 11:53:48 UTC
I know google tasks does not implement this, but maybe with tags in the comments field it would be possible to have recurrence and percentage enabled?

Reproducible: Always
Comment 1 Daniel Vrátil 2013-10-29 20:39:40 UTC
Sorry, I don't want to introduce any KDE-specific data into user-visible fields (like comments).

If you want percentage or recurrence support, please open a feature request in Google's tracker [0]. I'll implement the feature as soon as they support it in their API.

[0] http://code.google.com/a/google.com/p/apps-api-issues/issues/list?q=label:API-Tasks
Comment 2 Martin Tlustos 2013-10-30 07:14:06 UTC
No problem. But it actually does exactly this already anyway. When kde-specific data is not supported by google, it is written into the "notes" field, google-specific data is displayed in kaddressbook on the "own fields" tab.
Comment 3 Daniel Vrátil 2013-10-30 12:13:35 UTC
Yes, but the contacts API specifies a way how to store custom metadata in contacts (that we then convert into X-KDE-Something key, as specified in vCard standard). The tasks API does not however specify any way to submit custom metadata.