Deployed an update to beta that allows users to show the map side by side with unscheduled. This adds to the previous beta deployment, which 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:
const config = seedcodeCalendar.get('config');
config.mapUnscheduled = true;
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.”