This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Create/Delete Scheduler events
#1
Hey,

I am trying to figure out a way to create/delete schedulers/scheduler events from scripts.
I found that you can update values in pre-existing schedulers and events but is it possible to create them from scripts?

I am currently using this to update the values within already created events.

Code:
    db:update('scheduler_events', { --Update schedulers
      start_hour = startHr,
      start_min = startMin
       }, { name = schedEvent} )
Reply


Messages In This Thread
Create/Delete Scheduler events - by Mardav - 16.10.2020, 10:54
RE: Create/Delete Scheduler events - by admin - 16.10.2020, 13:22

Forum Jump: