Hello :)
I've been using full calendar with a progress bar for the events but I wanted to update de progress bar value as I change the month in the arrows.
is there any way to update the progress bar according to the month I'm choosing?
Thanks
@Mário Santos here is the oml (it's on screen 1).
Let me know if it works.
Hi,
If I understood correctly you want to achieve something like this, right?
If so, you can use the event "DataSet" to update the variable used in the progress bar.
The event has a "Start" that is the first day represented in the calendar. Usually, this still belongs to the past month, so you might need some logic to find the correct month.
Hope this helps!