Apple Reminders not triggering alert

I’m using make to create an ios reminder. The reminder gets created just fine and the due date is set, but the reminder alert never triggers. As you can see in the attached screenshot, the reminder was created for 8am today. It’s 8:55 and the alert still has not triggered like other events.

If I go in to edit the event without modifying anything, ios reminders recognizes that it’s overdue and triggers the alert. It’s just not set when an event is made by Make. I tried the same thing with IFTTT to see if it was a 3rd party limitation, and IFTTT can make events with alerts. Any thoughts on what the issue is or how to fix it?


Screenshot 2024-02-14 at 8.54.17 AM

Try setting priority to 1.

For further assistance, please provide the following:

Please provide the output bundles of the module [9] by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
Screenshot_2023-10-06_141025

A.

Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading it here will look like this:

bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted output bundle in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

Following these steps will allow others to assist you here. Thanks!

2 Likes

It wouldn’t let me upload text files, so here are the contents

Here is also the scenario

[
  {
    "gid": "1206547950783920",
    "assignee": {
      "gid": "476377225554690",
      "name": "Andrew",
      "resource_type": "user"
    },
    "assignee_status": "today",
    "completed": false,
    "completed_at": null,
    "created_at": "2024-02-07T17:42:01.918Z",
    "due_at": null,
    "due_on": "2024-02-13",
    "followers": [
      {
        "gid": "476377225554690",
        "name": "Andrew",
        "resource_type": "user"
      }
    ],
    "hearted": false,
    "hearts": [],
    "html_notes": "<body></body>",
    "liked": false,
    "likes": [],
    "memberships": [
      {
        "project": {
          "gid": "1171684167437937",
          "name": "Recurring",
          "resource_type": "project"
        },
        "section": {
          "gid": "1171684167437939",
          "name": "(no section)",
          "resource_type": "section"
        }
      }
    ],
    "modified_at": "2024-02-13T06:22:30.704Z",
    "name": "Blog post",
    "notes": "",
    "num_hearts": 0,
    "num_likes": 0,
    "parent": null,
    "permalink_url": "https://app.asana.com/0/1171684167437937/1206547950783920",
    "projects": [
      {
        "gid": "1171684167437937",
        "name": "Recurring",
        "resource_type": "project"
      }
    ],
    "resource_type": "task",
    "start_at": null,
    "start_on": null,
    "tags": [],
    "resource_subtype": "default_task",
    "workspace": {
      "gid": "1165691945994865",
      "name": "Andrew",
      "resource_type": "workspace"
    },
    "__IMTLENGTH__": 95,
    "__IMTINDEX__": 8
  },
  {
    "gid": "1205261820557242",
    "assignee": {
      "gid": "476377225554690",
      "name": "Andrew",
      "resource_type": "user"
    },
    "assignee_status": "today",
    "completed": false,
    "completed_at": null,
    "created_at": "2023-08-12T17:26:48.958Z",
    "due_at": null,
    "due_on": "2024-02-14",
    "followers": [
      {
        "gid": "476377225554690",
        "name": "Andrew",
        "resource_type": "user"
      }
    ],
    "hearted": false,
    "hearts": [],
    "html_notes": "<body></body>",
    "liked": false,
    "likes": [],
    "memberships": [
      {
        "project": {
          "gid": "1171682420436961",
          "name": "Recurring G",
          "resource_type": "project"
        },
        "section": {
          "gid": "1171682420436963",
          "name": "(no section)",
          "resource_type": "section"
        }
      }
    ],
    "modified_at": "2024-02-14T08:02:20.343Z",
    "name": "Oil Change",
    "notes": "",
    "num_hearts": 0,
    "num_likes": 0,
    "parent": null,
    "permalink_url": "https://app.asana.com/0/1171682420436961/1205261820557242",
    "projects": [
      {
        "gid": "1171682420436961",
        "name": "Recurring G",
        "resource_type": "project"
      }
    ],
    "resource_type": "task",
    "start_at": null,
    "start_on": null,
    "tags": [],
    "resource_subtype": "default_task",
    "workspace": {
      "gid": "1165691945994865",
      "name": "G",
      "resource_type": "workspace"
    },
    "__IMTLENGTH__": 95,
    "__IMTINDEX__": 12
  },
  {
    "gid": "1206611188015279",
    "assignee": {
      "gid": "476377225554690",
      "name": "Andrew",
      "resource_type": "user"
    },
    "assignee_status": "inbox",
    "completed": false,
    "completed_at": null,
    "created_at": "2024-02-15T11:49:41.701Z",
    "due_at": "2024-02-15T12:00:00.000Z",
    "due_on": "2024-02-15",
    "followers": [
      {
        "gid": "476377225554690",
        "name": "Andrew",
        "resource_type": "user"
      }
    ],
    "hearted": false,
    "hearts": [],
    "html_notes": "<body></body>",
    "liked": false,
    "likes": [],
    "memberships": [
      {
        "project": {
          "gid": "1171676652271403",
          "name": "Private",
          "resource_type": "project"
        },
        "section": {
          "gid": "1171676652271405",
          "name": "(no section)",
          "resource_type": "section"
        }
      }
    ],
    "modified_at": "2024-02-15T11:49:56.470Z",
    "name": "testing on feb 15",
    "notes": "",
    "num_hearts": 0,
    "num_likes": 0,
    "parent": null,
    "permalink_url": "https://app.asana.com/0/1171676652271403/1206611188015279",
    "projects": [
      {
        "gid": "1171676652271403",
        "name": "Private",
        "resource_type": "project"
      }
    ],
    "resource_type": "task",
    "start_at": null,
    "start_on": null,
    "tags": [],
    "resource_subtype": "default_task",
    "workspace": {
      "gid": "1165691945994865",
      "name": "G",
      "resource_type": "workspace"
    },
    "__IMTLENGTH__": 95,
    "__IMTINDEX__": 16
  }
]
[
  {
    "value": "SyncedToiOSReminders"
  }
]
[
  {
    "value": "TaskID"
  }
]
[
  {
    "id": "845b5232e786469aa9076fe163e41ce8"
  }
]
[
  {
    "text": ""
  }
]
[
  {
    "text": null
  }
]
[
  {
    "gid": "1206611188015279",
    "projects": [
      {
        "gid": "1171676652271403",
        "resource_type": "project",
        "name": "Private"
      }
    ],
    "resource_type": "task",
    "created_at": "2024-02-15T11:49:41.701Z",
    "modified_at": "2024-02-15T11:50:15.077Z",
    "name": "testing on feb 15",
    "notes": "SyncedToiOSReminders2024-02-15",
    "parent": null,
    "actual_time_minutes": 0,
    "completed": false,
    "assignee_status": "inbox",
    "completed_at": null,
    "due_on": "2024-02-15",
    "due_at": "2024-02-15T12:00:00.000Z",
    "resource_subtype": "default_task",
    "start_on": null,
    "start_at": null,
    "tags": [],
    "workspace": {
      "gid": "1165691945994865",
      "resource_type": "workspace",
      "name": "G"
    },
    "num_hearts": 0,
    "num_likes": 0,
    "memberships": [
      {
        "project": {
          "gid": "1171676652271403",
          "resource_type": "project",
          "name": "Private"
        },
        "section": {
          "gid": "1171676652271405",
          "resource_type": "section",
          "name": "(no section)"
        }
      }
    ],
    "hearted": false,
    "hearts": [],
    "liked": false,
    "likes": [],
    "permalink_url": "https://app.asana.com/0/1171676652271403/1206611188015279",
    "assignee_section": {
      "gid": "1200394375642362",
      "resource_type": "section",
      "name": "Recently assigned"
    },
    "assignee": {
      "gid": "476377225554690",
      "resource_type": "user",
      "name": "Andrew"
    },
    "followers": [
      {
        "gid": "476377225554690",
        "resource_type": "user",
        "name": "Andrew"
      }
    ]
  }
]

Just wanted to follow up @samliew if you had any thoughts. Thank you!