Programmatically creating and deleting repeated scheduled tasks
I’m trying to implement daily reminders for events managed by my bot. I’m creating the repeated task using the create method on container.tasks but I’m having trouble fetching the ID of the task because it does not match the job ID set in customJobOptions.
I have a feeling I’m doing something incorrectly, but I was curious if anyone else has had look with the scheduled tasks plugin and creating/deleting repeated tasks?
0 Replies