<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="plaintext" style="white-space: normal;"><p dir="auto">Anyone using the bundle for Todoist with Mailmate notice that as of version 9.2 of the Todoist app, the MM bundle does not work anymore. I mean that the command to add task opens Todoist but the task creation dialog is not showing up.</p>
<p dir="auto">I lost my rights to post tickets in Lighthouse, so I am reporting this issue here. It appears that the Todoist team replaced the addtask endpoint with openquickadd. In technical terms, it means that</p>
<p dir="auto">open "<a href="todoist://addtask?content=TestContent&comment=&date=today" style="color: #3983C4;">todoist://addtask?content=TestContent&comment=&date=today</a>"</p>
<p dir="auto">needs to be replaced with
<br>
<br>
open "<a href="todoist://openquickadd?content=TestContent&comment=&date=today" style="color: #3983C4;">todoist://openquickadd?content=TestContent&comment=&date=today</a>"
<br>
<br>
in the bundle. Todoist provides more information at
<br>
<a href="https://developer.todoist.com/guides/#desktop-app-url-schemes" style="color: #3983C4;">https://developer.todoist.com/guides/#desktop-app-url-schemes</a></p>
<p dir="auto">Cheers
<br>
Robert</p>
</div>
</div>
</body>
</html>