🕐 Timeline Format Challenges The current format requires multiple columns for each interval, and the timestamp formatting is very specific. For example, if you want to schedule events at 5-minute intervals, the entire CSV needs to include columns for every 5-minute slot in the day. It would be helpful to either allow timezone selection/input during upload or infer timezone automatically. 📄 Missing Import Template Unlike other CSV imports in Assembled, there's no downloadable template for schedule uploads. Right now, the only way to get the format right is to export an existing schedule. A downloadable template link in the upload modal would save time and reduce errors. 🔁 Format Standardization The list export format (one row per event) would be much easier to work with as an input format. This would allow users to define exact start and stop times without needing hundreds of columns. For example, uploading a 9-hour shift with a break currently requires 108 columns if using 5-minute intervals. With a list format, that could be just 2–3 rows. 🧩 Agent ID Reference Issues The current import requires agent IDs that are only available in schedule page or agent scorecard URLs. These IDs don’t match the ones found in the people export and aren’t accessible through any export. Suggestion: Use the imported_id from the people import (like the BPO schedule sync does), which would make matching much simpler.