Closed GoogleCodeExporter closed 8 years ago
Managed to rectify it by trying various things. The code that works is:
$taskN = new Google_Task();
$taskN->setTitle('New Task');
$taskN->setNotes('Please complete me');
$taskN->setDue(date(DATE_RFC3339));
$result = $tasksService->tasks->insert('@default', $taskN);
Original comment by p...@magpiecomms.com
on 11 Sep 2012 at 4:57
Original comment by ianbar...@google.com
on 22 Mar 2013 at 3:33
Original issue reported on code.google.com by
p...@magpiecomms.com
on 11 Sep 2012 at 4:45