Beginner-Question - Help appreciated :)

Hi guys,

Unfortunately I dont have coding experience, but I would like to get the scheduler to work.
It seems though that I dont get past the first steps so Id like to ask for some help.

I did everything that is stated in the starter docs. But I dont know where to add the initialization line of code.
I will attach the code I use below. Unfortunately I only see a blank page :(. Any ideas? I would be very grateful for help!

Place script tag just after the calendar’s div

</div>
<script>
scheduler.init("scheduler_here", new Date(), "week")
</script>
</body>

If something is still not clear, check sources of any of demo pages, for example - https://docs.dhtmlx.com/scheduler/samples/01_initialization_loading/01_basic_init.html

Thank you very much! :slight_smile: