Benedikt Hopmann
Benedikt Hopmann
Thank you for your explanation! I'm currently running `./cli trigger:tasks` every 15 minutes and want to push notifications one or two hours before a task is due. Therefore I'm currently...
Thank you for your advice, I will give it a try!
I've tried out a little more and am now using the following function (with `$task['date_due']` set to `Hours before due date`). ``` public function makeDefaultSubject($task) { $project = $this->projectModel->getById($task['project_id']); $remaining...
I have the same problem (also with other todo.txt apps) und therefore agree with this suggestion. Please make the project picker case sensitive again.
Dear Steven, yes, of course: I'm using an iPad Air with iOS 8.1 and todo.txt 1.10. I have many todo items in different projects on my list, but none of...
Thank you very much for your quick help - i'll try it when the update will be released in the app store.
Does this issue have something to do with the one in #1026? For the latter there is a pull request pending (#1032).
I've just made a pull request (#1181), which adresses this issue.
I've noticed the same issue. @DeepDiver1975 would it be possible to merge this pull request #1032?
I investigated a little bit and probably found a solution by adding `method: "CONFIRM",`after `status: "CONFIRMED",` in the following both files: https://github.com/calcom/cal.com/blob/a0057911c1e2b7753e98b80bce7157764ee39a29/apps/web/lib/emails/templates/attendee-scheduled-email.ts#L75 https://github.com/calcom/cal.com/blob/a0057911c1e2b7753e98b80bce7157764ee39a29/apps/web/lib/emails/templates/organizer-scheduled-email.ts#L73