16.10.2020, 12:30
Thank you admin,
As I see from example from link you given:
hour = 12 -- event time / start hour
min = 30 -- event time / minute
id = 42 -- event DB id
db:update('scheduler_events', {
start_hour = hour,
start_min = min
}, { id = id })
possible update local db. I think it also means that the same way I can just read db with existing setting and than copy them to group. After that I can show data at visu..
So how I can just read existing scheduler parameters (need Time hour and minute at least) and copy it to groups..
BR,
Alex
As I see from example from link you given:
hour = 12 -- event time / start hour
min = 30 -- event time / minute
id = 42 -- event DB id
db:update('scheduler_events', {
start_hour = hour,
start_min = min
}, { id = id })
possible update local db. I think it also means that the same way I can just read db with existing setting and than copy them to group. After that I can show data at visu..
So how I can just read existing scheduler parameters (need Time hour and minute at least) and copy it to groups..
BR,
Alex