felixr / poodledo

Automatically exported from code.google.com/p/poodledo
Other
0 stars 0 forks source link

starttime task property is missing #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
client.getTasks() does not work if 'starttime' field is present...

Just add it to the task fields:

            'task': {
                'id': int,
                'parent': int,
                'children': int,
                'title': unicode,
                'tag': str,
                'folder': int,
                'context':  str,
                'goal': str,
                'added': str,
                'modified': str,
                'startdate': str,
                'starttime': str,
                'duedate': str,
                'duetime': str,
                'completed': str,
                'repeat': int,
                'rep_advanced': str,
                'status': int,
                'star': _boolstr,
                'stamp': str,
                'priority': int,
                'length': int,
                'timer': int,
                'note': unicode 
                }

Original issue reported on code.google.com by m.heesem...@googlemail.com on 19 Apr 2009 at 12:16

GoogleCodeExporter commented 9 years ago

Original comment by felix.riedel@gmail.com on 9 Aug 2009 at 11:09

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r8.

Original comment by felix.riedel@gmail.com on 9 Aug 2009 at 11:18

GoogleCodeExporter commented 9 years ago
Added the 'starttime' field. 

@m.heeseman: Thank you for the report.

Original comment by felix.riedel@gmail.com on 9 Aug 2009 at 11:19