Legend
Forum
Unread topics or posts
Topic
Unread posts
Locked
Announcement
Forum
Unread topics or posts
Topic
Unread posts
Locked
Announcement
Search
Search results for "Posted by haemoglobin"
| Author | Message |
|---|---|
|
haemoglobin |
Posted: Jun 07, 2013
From Topic: New Section: Outlines
I think the examples give a pretty good idea of what they could be used for, for me, they seem a good fit for "reference data", ie information that doesn't have a concept of task or due date etc. I think of it more for note taking, brainstorming or a place to store information i.e maybe I could use this instead of evernote so that everything is in the same place. But I can see the use of converting an item to a task / linking which sounds like it's on its way. Jake - will this be added to the API eventually at all? |
|
haemoglobin |
Posted: Apr 22, 2013
From Topic: SharpTasks for Windows 8 Modern UI
SharpTasks for Toodledo is now available in the Windows 8 Store. http://apps.microsoft.com/windows/en-US/app/sharptasks/f7e7f1db-0147-41d7-80db-2c25175d76f3 This project is still very much an ongoing work in progress and will be having more added to it over time, it currently supports: - Synchronize with tasks, folders and contexts on Toodledo. - Quick add of new tasks (right click to bring up the app bar menu) - Edit task properties (folder, context, priority, status, due date/time and notes). - Proper support for snap mode to have the app open while working in other applications - Hotlist - Add edit and remove folders & contexts - Offline synchronization - Search charm (just start typing and the search will initiate) For any issues or feature requests please add them to http://sharptasks.uservoice.com/ For the planned work and what is currently in progress: https://trello.com/board/sharptasks-for-toodledo/50fbe1d9365c57f947006108 or follow us on twitter @sharptasks Thanks! Hamish This message was edited Apr 22, 2013. |
|
haemoglobin |
Posted: Apr 12, 2013
From Topic: App for Surface tablet?
SharpTasks for Toodledo is now available in the Windows 8 Store. http://apps.microsoft.com/windows/en-US/app/sharptasks/f7e7f1db-0147-41d7-80db-2c25175d76f3 More functionality is planned in future releases but so far has: - Synchronize with tasks, folders and contexts on Toodledo. - Add new tasks (right click to bring up the app bar menu) - Edit task properties (folder, context, priority, status, due date/time and notes). - Snap mode. - Hotlist - Add edit and remove folders & contexts - Offline synchronization For any issues or feature requests please add them to http://sharptasks.uservoice.com/ Thanks! Hamish |
|
haemoglobin |
Posted: Apr 12, 2013
From Topic: Windows 8 Metro App?
Hi All, SharpTasks for Toodledo is now available in the Windows 8 Store. http://apps.microsoft.com/windows/en-US/app/sharptasks/f7e7f1db-0147-41d7-80db-2c25175d76f3 More functionality is planned in future releases but so far has: - Synchronize with tasks, folders and contexts on Toodledo. - Add new tasks (right click to bring up the app bar menu) - Edit task properties (folder, context, priority, status, due date/time and notes). - Snap mode. - Hotlist - Add edit and remove folders & contexts - Offline synchronization For any issues or feature requests please add them to http://sharptasks.uservoice.com/ Thanks! Hamish |
|
haemoglobin |
Posted: Feb 20, 2013
From Topic: Adding Tasks with Ref & Errors
Thanks, if you could let me know once it's done that will be great (so that I can switch back to guids etc). |
|
haemoglobin |
Posted: Feb 16, 2013
From Topic: Adding Tasks with Ref & Errors
Hi, I seem to have found a potential bug with the add tasks API with regards to the "ref" parameter and an error condition. The docs say that this parameter is alphanumeric (http://api.toodledo.com/2/tasks/index.php) however this is what I see returned if an error happens: Post: tasks=[{"ref":"123","note":"hi"}] Response: [{"errorCode":5,"errorDesc":"No title","ref":"123"}] This is correct. However if I use a letter in the reference, I get 0 back in the echoed ref parameter: Post: tasks=[{"ref":"abc","note":"hi"}] Response: [{"errorCode":5,"errorDesc":"No title","ref":0}] Note that however if there is no error, i.e if I did add a title, then the references comes back fine: Post: tasks=[{"ref":"abc","note":"hi","title":"the title"}] Response: [{"id":"80749485","title":"the title","modified":1361029585,"completed":0,"ref":"abc"}] Since I am using guids for references which have alphanumeric characters, it means it is difficult to map back any errors to the appropriate task. Thanks, Hamish |
|
haemoglobin |
Posted: Jan 26, 2013
From Topic: Windows 8 Metro App?
Hi - I have created a Trello board to track key progress as I work on it: https://trello.com/board/sharptasks-for-toodledo/50fbe1d9365c57f947006108 I have also setup a twitter account @sharptasks if you want to get in touch. Thanks |
|
haemoglobin |
Posted: Dec 13, 2012
From Topic: Windows 8 Metro App?
Sorry - I wasn't notified of updates to this thread even though I am *watching* it - is still a work in progress sorry guys, I now have a Windows 8 Phone so I'll look at having it work across both Win8/WinPhone8 if I can. Just so you know it is still going to be a good couple of months away and will likely start simple and build from there. What are the key features important to you? (noted live tiles steve) Thanks, Hamish |
|
haemoglobin |
Posted: Oct 21, 2012
From Topic: Windows 8 Metro App?
Hi Sytone, I am currently working on a Metro/Win 8 app for Toodledo. Watch this space! Hamish |