JulienMasson / org-gtasks

Org sync with Google Tasks
GNU General Public License v3.0
49 stars 16 forks source link

Support for Microsoft To-Do #16

Open Clausinho opened 2 years ago

Clausinho commented 2 years ago

Hey there, do you think it's feasible to use this as a base to also support microsoft to-do? See their api here: https://docs.microsoft.com/en-us/graph/api/resources/todo-overview?view=graph-rest-1.0 I am thinking about trying it out myself to get a firmer grasp on elisp but I also wanted others to chime in.

JulienMasson commented 2 years ago

Hi @Clausinho,

Well compared to how it's handled with Google Tasks API, you may have some differences with:

I suggest you to test first with some curl commands to see how to interact with the API and what kind of data you received.

From that you will have a better view if it's easy to use the same code base from org-gtasks.