Adding a new task

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
Dinamots
Posts: 10
Joined: Wed May 29, 2019 8:03 am

Adding a new task

Post by Dinamots »

Hi,

I have a zimlet who get some tasks information in another server and I want to import them in my server.
I looked at the rest api and there is a get method but not a import method for tasks.

So I have several questions :
- How can I add a new tasks ?
- Where tasks are stored (in database or some file in /opt/zimbra) ?
- In general if I want to add an element on my view, what's the best way ?

Thx in advance for your help
Dinamots
Posts: 10
Joined: Wed May 29, 2019 8:03 am

Re: Adding a new task

Post by Dinamots »

Ok so I found that soap request is the way to add any element to the view (task, mail etc ...)
Post Reply