falomassive.blogg.se

Sync google tasks with microsoft to do
Sync google tasks with microsoft to do













The look you prefer comes down to personal preference. Apple Reminders also uses tags, which Microsoft To Do does not. You can also create your own lists in both apps (below the smart lists). You also can’t turn off the My Day smart list in Microsoft To Do (which you can in Apple Reminders, only it’ll be the Today smart list). In Apple Reminders, you can even rearrange them something you can’t do in Microsoft To Do. For both, you can turn your smart lists on or off. Their workspaces divide into two columns, with sidebars and the bigger columns for displaying your tasks. Appīoth apps are minimalist, with one screen serving as both the homepage and workspace. With both apps, it is easy to move between devices (to pick up where you left off on supported operating systems). Microsoft To Do is also available on Windows and Android (Apple Reminders is not), which makes it ideal for anyone who doesn’t like being restricted to ecosystems. They are available on iOS, iPadOS, macOS, and the web. You will need to reproduce this step only the first time to generate a token file.Apple Reminders and Microsoft To Do are both free to-do apps for managing your tasks.

  • At the first start, a message like this will appear with a link to log to your google account.
  • To run the app, you only have to run the main.py file with python.
  • You can choose the sync interval in config/config.cfg.
  • In the file config/config.cfg add in clientId, the client id of your azure application.
  • In the azure app permissions, you must allow to following permissions User.Read Tasks.Read Tasks.ReadWrite.
  • Follow the guide in Register the app in the portal from /en-us/graph/tutorials/python?tabs=aad&tutorial-step=1.
  • Once you have the file credentials.json put all its content in the file config/config.cfg in credentials.
  • Follow the guide in Set up your environment from /tasks/quickstart/python.
  • Run this command at the root of the project to install the packages pip install -r requirements.txt.
  • sync google tasks with microsoft to do

    You must have Python 3, it is prefered to have at least Python 3.11 as it has been developped for this version of Python.Each time the app is started, a new authentification must be done with Microsoft.Other properties like files and reminder are not synced.

    sync google tasks with microsoft to do

  • Only sync title, description, status and due date.
  • It's aimed to be ran as a background server. This project allows to sync tasks between Google Task and Microsoft To Do.















    Sync google tasks with microsoft to do