Is it possible to schedule my server side plugin execution in RTC?
Accepted answer
I don't know if it is possible to request to be run at a certain time. But in https://rsjazz.wordpress.com/2015/10/16/due-date-notifier-an-asynchronous-task-example/ an asynchronous task runs every so often. You could use that to be executed at a certain frequency. Then you can run your payload code if the current date/time qualifies to execute it.