You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks a lot for this very useful package -
I'm trying to see if it's possible to edit the calendar in a shiny app to add entries directly by clicking on a date, and it works front-end wise with:
but after entering a new event the calendar does not reflect the changes. Is there a way to "update" the calendar data live after doing a new entry? If yes, could you add such an example in the reference?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, thanks a lot for this very useful package -
I'm trying to see if it's possible to edit the calendar in a shiny app to add entries directly by clicking on a date, and it works front-end wise with:
calendar(cal_demo_data(), navigation = TRUE,useCreationPopup = T,isReadOnly = F)
but after entering a new event the calendar does not reflect the changes. Is there a way to "update" the calendar data live after doing a new entry? If yes, could you add such an example in the reference?
Thanks!
The text was updated successfully, but these errors were encountered: