Message5174

Author asnama
Recipients asnama, fwierzbicki, thobes
Date 2009-09-17.06:44:36
SpamBayes Score 0.005243621
Marked as misclassified No
Message-id <1253169877.24.0.156813881428.issue1471@psf.upfronthosting.co.za>
In-reply-to
Content
But when I run the test.py, it still error. Please advise how can I run
it under Jython.

Traceback (most recent call last):
  File "test.py", line 15, in <module>
    query.orderby = 'lastmodified'
  File "...\Lib\site-packages\gdata\calendar\service.py", line 492, in
_SetOrderBy
    raise Error, "Order By must be either 'lastmodified' or 'starttime'"
gdata.calendar.service.Error: Order By must be either 'lastmodified' or
'starttime'
History
Date User Action Args
2009-09-17 06:44:37asnamasetmessageid: <1253169877.24.0.156813881428.issue1471@psf.upfronthosting.co.za>
2009-09-17 06:44:37asnamasetrecipients: + asnama, fwierzbicki, thobes
2009-09-17 06:44:37asnamalinkissue1471 messages
2009-09-17 06:44:36asnamacreate