We’ve deployed the update from beta that allows users to show the map side by side with unscheduled. This also includes a fix for events being offset when loading bookmarks, and a fix for part of the 3 dots menu not showing in some cases. If you’d like unscheduled events to show in the map (they don’t show by default), create a new App Action with the trigger “On Startup,” set override default to “no,” and use this as the code for the action: Note that using the map and unscheduled side by side requires a small change in two of the custom actions that are part of the map core. You can download these here, and the two updated actions are “map-core-main-functions.js” and “map-core-after-events-rendered.js.” Under the hood, this release adds two new seedcodeCalendar methods called setPersistent and getPersistent. These create a place to store global values that don’t get cleared out when navigating to admin settings and back and be useful for devs who are managing event listeners and such in their custom actions.