Task Reminder
Hi, I'm using Podio PHP API.
I'm trying to create a task with a reminder, while adding the task is no problem, I can't seem to figure out how to add the reminder. Here is how I'm trying to make a task with a reminder. Any ideas, will really help.
PodioTask::create( $attributes = array('text' => 'Task Title 5', 'description' => 'Task Description', 'responsible' => XXXXX,'due_date' => '2014-07-23','due_time' => '19:45:00','due_on' => '2014-07-23 19:45:00','reminders' => array('remind_delta' => 10) ));
Please sign in to leave a comment.
Comments
1 comment