google apps script - How can a calendar refresh/reload after a event was changed? -


I'm changing an event using the Calendar app script, but it seems that only after a random time on the calendar UI Appears, from seconds to minutes

setHidden ( right); Cal.setHidden (wrong); Cal.setSelected (incorrect); Cal.setSelected (true); CalendarApp.setHidden (true); CalendarApp.setHidden (wrong); CalendarApp.setSelected (incorrect); CalendarApp.setSelected (true);

But I still have inconsistent results

Calendar service And the Calendar Browser Ui are two different things, they have no relation except to be connected to their same source (calendar itself), there is no script to interact with the Calendar UI ... You can see the "More" menu under You can use the Fresh Button in the upper right corner of the Calendar u, but all you can do.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -