I have created the a subscription for monitor the default tasks. However, it is only sending notification for tasks created through api. If the task is created through Outlook Desktop App, no notification received. I also test the event subscription, somehow the event notification is working perfectly without issues.
Here is the subscription and task object I used:
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#subscriptions",
"value": [
{
"id": "2c1fc264-22db-49e3-b1d9-466f3e356a41",
"resource": "me/todo/lists/AAMkADRhZGQyZmQ2LTAxZTktNGUxYi04NDZjLTI0ZTVjYzUzMzlhMQAuAAAAAABPZ0FdwloCQ4H1MY8CRko9AQCxro6KkQdUSL8vkwYCuGCGAAAAAAESAAA=/tasks",
"applicationId": "d705a3d0-78a5-4d66-821c-052cd000c238",
"changeType": "created,updated,deleted",
"clientState": null,
"notificationUrl": "https://www.jobssos.com/connect/joswebhook.jsp?teamid=1&recruiterId=115548",
"notificationQueryOptions": null,
"notificationContentType": "application/json; charset=utf-8",
"lifecycleNotificationUrl": "https://www.jobssos.com/connect/joswebhook.jsp?teamid=1&recruiterId=115548",
"expirationDateTime": "2026-06-04T12:55:53Z",
"creatorId": "de306015-cc84-43a0-8ca6-0daef779a832",
"includeResourceData": null,
"latestSupportedTlsVersion": "v1_2",
"encryptionCertificate": null,
"encryptionCertificateId": null,
"notificationUrlAppId": null,
"resourceChangeType": null
},
https://graph.microsoft.com/v1.0/me/todo/lists/AAMkADRhZGQyZmQ2LTAxZTktNGUxYi04NDZjLTI0ZTVjYzUzMzlhMQAuAAAAAABPZ0FdwloCQ4H1MY8CRko9AQCxro6KkQdUSL8vkwYCuGCGAAAAAAESAAA=/tasks?$top=5&$orderby=lastModifiedDateTime%20desc/tasks
"value": [
{
"@odata.etag": "W/\"sa6OipEHVEi/L5MGArhghgAHxrRZxA==\"",
"importance": "normal",
"isReminderOn": false,
"status": "notStarted",
"title": "Created In Outlook Desktop App",
"createdDateTime": "2026-06-02T14:49:28.0099497Z",
"lastModifiedDateTime": "2026-06-02T14:49:28.1190303Z",
"hasAttachments": false,
"categories": [],
"id": "AAMkADRhZGQyZmQ2LTAxZTktNGUxYi04NDZjLTI0ZTVjYzUzMzlhMQBGAAAAAABPZ0FdwloCQ4H1MY8CRko9BwCxro6KkQdUSL8vkwYCuGCGAAAAAAESAACxro6KkQdUSL8vkwYCuGCGAAfLcxenAAA=",
"body": {
"content": "",
"contentType": "text"
}
},