đź“‹ Auto-sync Easy Redmine tasks to Microsoft To-Do

⚡ 328 views · 📋 Project Management

Description

Auto-Sync Easy Redmine Tasks to Microsoft To Do

This workflow automatically synchronizes tasks from Easy Redmine into a Microsoft To Do list using a predefined filter. Before syncing, it clears the target list in Microsoft To Do to avoid duplicates. It’s ideal for teams or individuals who plan work in Redmine but prefer Microsoft To Do for daily task tracking.

By connecting Redmine’s task filtering with Microsoft To Do’s simple interface, this setup ensures your task list is always focused and up to date—without manual copying or switching tools.

How it works

Scheduled Trigger – Run Daily Sync Triggers the workflow automatically at a set time (e.g., every morning at 9:00 AM). Supports different time zones and execution intervals.

Get All To Do Tasks – Clean Target List Fetches all existing tasks in a specific Microsoft To Do list. Prepares the list to be cleared before syncing new tasks.

Delete All Tasks – Reset To Do List Deletes previously existing tasks to prevent duplication. A code node ensures that the workflow only proceeds after all deletions are complete.

Get Redmine Tasks by Filter – Pull Fresh Data Retrieves tasks from Easy Redmine using saved filters (e.g., assigned to the user, due this week). Only pulls the relevant tasks defined by your Redmine criteria.

Split and Format Tasks – One at a Time Processes each Redmine task individually. A code node enriches each task with a direct link back to the Easy Redmine issue.

Create To Do Task – Sync to Microsoft To Do Creates a new Microsoft To Do task with name, due date, and optionally a formatted description. The result is a clean, updated task list reflecting current Redmine assignments.

How to Use

  1. Connect credentials: Easy Redmine API token (with permission to access issues). Microsoft credentials (to manage Microsoft To Do lists).
  2. In the Redmine filter node, configure the filter to fetch relevant issues.
  3. In the Microsoft To Do nodes, select the correct list for both retrieval and creation.
  4. Open the Schedule Trigger node and adjust to your desired sync time and timezone.
  5. Run a test to confirm that the Redmine tasks appear correctly in your Microsoft To Do list.

Example Use Cases

Requirements

Customization

Workflow Improvement Suggestions

đź”— Nodes Used

Microsoft To Do, Schedule Trigger

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup