API事件onBeforeParse本页内容onBeforeParse Description 在数据解析开始之前触发 onBeforeParse: () => voidExamplescheduler.init("scheduler_here");scheduler.attachEvent("onBeforeParse", function(){ //在这里编写任何自定义逻辑});scheduler.parse(events);Related API load parse onParse onLoadStart onLoadEnd Related Guides 데이터 불러오기 Need help?Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.