If there is a MLO cloudsync email address that you can just send emails to then it should be pretty straightforward to write your own version using Apps Script with Gmail Services - https://developers.google.com/apps-script/reference/gmail/. The ID that used in the URL can be pulled using GmailThread.getId()<https://developers.google.com/apps-script/reference/gmail/gmail-thread.html#getId()> .
I haven't tried out cloudsync yet. I hadn't realized it had an email bridge. If there is a trial then I would be happy to sign up for it and hack a script out that does this. d On Thursday, June 6, 2013 4:51:28 AM UTC-7, Dwight Arthur wrote: > > Joe, thanks for this tip, it sounds exactly like what I would want to use. > I got stopped, though, by the price. For those who have not been to the > vendor’s website yet, there’s a free version but its limited to doing 100 > things per month, or about 3 task-worthy emails per day. I am running more > like 8-10 per day. The “basic” subscription to Zapier runs $15/month and > allows 3000/month or about 100/day, but I don’t know that I can justify > $15/month ($1,800.00 per decade) for this function. > > -Dwight > > > > *From:* [email protected] <javascript:> [mailto: > [email protected] <javascript:>] *On Behalf Of *Joe > *Sent:* Thursday, June 06, 2013 7:03 AM > *To:* [email protected] <javascript:> > *Subject:* [MLO] Re: link in MLO to mail in Google mail? > > > > I use Zapier ( https://zapier.com/ ) to automate this. > > I have a Zap that automatically triggers when I set a self-created Gmail > label of "MLO" to any email. The Zap sends that labelled email to my MLO > file via the cloudsync email address and it turns up in my inbox while > automatically embedding the original Gmail link in the notes field of the > task - one click gets you back to the original Gmail email. > > > > Doing it this way means I can process my email pretty quickly (even from > my smartphone), just assigning "MLO" labels to any email that I want to see > turn up later in my MLO file for further processing. > > > On Tuesday, 4 June 2013 11:05:15 UTC+1, Steve04 wrote: > > Dear all, > > > > I can use drag and drop to link an Outlook email into MLO. > > Is there anything similar in can use or do to do this with mails in Google > mail? Or copy an URL of a mail that could be added to the notes section of > a task in MLO? > > I was not successful to find this in the group - sorry if this was > discussed before. > > > > Many thanks and best regards > > > > Stefan > > > > -- > You received this message because you are subscribed to the Google Groups > "MyLifeOrganized" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected]<javascript:> > . > Visit this group at http://groups.google.com/group/mylifeorganized?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "MyLifeOrganized" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mylifeorganized?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
