How can I find the default task list?

44 views
Skip to first unread message

MobileKaz

unread,
Oct 14, 2011, 10:05:48 AM10/14/11
to Google APIs Client Library for Objective-C
There seems to be no API to find the "default" task list (the one you
cannot delete in Google Tasks on web browser).. am I missing
something?

Thanks!

Greg Robbins

unread,
Oct 14, 2011, 7:14:22 PM10/14/11
to google-api-obj...@googlegroups.com
There is a constant value supported for the tasklist ID:

GTLQueryTasks *query = [GTLQueryTasks queryForTasksListWithTasklist:@"@default"];

This is documented at http://code.google.com/apis/tasks/v1/using.html#retrieving_tasks

MobileKaz

unread,
Oct 15, 2011, 2:14:35 AM10/15/11
to Google APIs Client Library for Objective-C
I see. Thank you!!
Reply all
Reply to author
Forward
0 new messages