Create Task via URL
Hello,
I am trying to create tasks in RTM via calling an URL. I have a task list in structured form in Excel. I want to create a formula or VBA script to be able to create a RTM task with the information in excel for some of the tasks.
I already tried different approaches with the Quick Add feature but I wasn't successfull until now.
My goal is to have a (generated) URL which is simply called with my default browser where I am logged in to RTM.
Any ideas on this?
I am trying to create tasks in RTM via calling an URL. I have a task list in structured form in Excel. I want to create a formula or VBA script to be able to create a RTM task with the information in excel for some of the tasks.
I already tried different approaches with the Quick Add feature but I wasn't successfull until now.
My goal is to have a (generated) URL which is simply called with my default browser where I am logged in to RTM.
Any ideas on this?
If you are moderately knowledgable with a programming language or two, you could probably make use of the API for this. Since you mention VBA I assume you might be able to.
I've had success using one of the third party Python API kits (pyrtm). I'll post a link to the source code (once I get it on Github).
But here is a start:
https://www.rememberthemilk.com/services/api/
I've had success using one of the third party Python API kits (pyrtm). I'll post a link to the source code (once I get it on Github).
But here is a start:
https://www.rememberthemilk.com/services/api/
andrewski (Remember The Milk) says:
In addition to what robert.ward mentioned, there's also a third-party import tool that isn't limited to 50 tasks like our email service is.
You could use steps like these to massage the data in Excel into Smart Add syntax, then use whichever import tool you want to import the tasks to your account.
Let us know if we can help any further!
You could use steps like these to massage the data in Excel into Smart Add syntax, then use whichever import tool you want to import the tasks to your account.
Let us know if we can help any further!