import via email with tags
I'm building a web interface for my wife and I've already built a page to autogenerate an email to create a new task. Now I want to do the same thing but for an entire list. Easy enough using the +import email address, but is there some way to tag the tasks that are imported?
For example, if I want to have a "grocery" list entry screen, is there any way that every task that is created from a single email be tagged with "grocery"?
I guess I could generate multiple emails, but that just seems wasteful if there's some way to handle this already.
Hope that makes sense!
For example, if I want to have a "grocery" list entry screen, is there any way that every task that is created from a single email be tagged with "grocery"?
I guess I could generate multiple emails, but that just seems wasteful if there's some way to handle this already.
Hope that makes sense!
emily (Remember The Milk) says:
erik, unfortunately there's no way to import a list via email and attach properties such as tags -- the API would probably be the recommended way to achieve this, but generating multiple emails would work fine too.