Hi Marco,
Greetings from Syncfusion.
We have analysed your query and we have achieved your requirement through a ‘created’ event. Please refer the below sample.
methods: {
created: function(args) {
this.selectedDate = new Date(this.id.slice(0, 10));
this.$refs.scheduleObj.scrollTo(this.id.slice(11));
}
}
Kindly try with the above sample and let us know, if you need any further assistance on this.
Regards,
M.Vinitha devi.