Reset first row in a 1 row model (Calendar)

I don’t get your exact situation but you can do that trick that Zach mention in that post, where you set doQuery = false and then model.updateData(). You can set up an action to call this snippet which will run every time the popup is opened or something like that. For the record it is possible to access the data of the page include through javascript as well, so it’s also possible for you to call a snippet in the page include to update the outer pages models. Give me some more details if you still don’t get it.