Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tooliload

Pages: [1]
1
Feng Office 2 / Use save_object API
« on: July 21, 2014, 04:36:57 pm »
Hello,

have anyone a example for me? I can´t use the save_object - API. Ideas?

Code
--------

Array to post:

        $post["args"]['title'] = $title;
        $post["args"]['description'] = $descr;
        $post["args"]['due_date'] = $due_date;
        $post["args"]['completed'] = $perc_completed;
        $post["args"]['assign_to'] = $assign;
        $post["args"]['priority'] = $prio;
       
URL to submit:
$this->fourl."/index.php?c=api&m=save_object&auth=".$this->fohash."&srv=task"


Wiki:
fengoffice.com/web/wiki/doku.php/api_documentation

please know:
Add Code-Tags here in Forum dosen´t work (Error: Sorry, you are not allowed to post external links. )



2
General Discussion / Re: API ? adding tasks from other scripts
« on: July 20, 2014, 03:24:28 am »
+1

3
Feng Office 2 / Re: Can't change user permissions
« on: May 18, 2014, 11:25:14 am »
@aSeptik: The only one Hero. Thank you. Your Fix work fine.

Pages: [1]