Open Schedule in specific date and time from URL to schedule

Hi :D .

I need your help pls.

I want when I open  a URL, create the Schedule WITH the date and time of that parameter. (open in that Date AND position the scroll in that time)
for example 'proyect.com/#/schedule/04-25-2019-24:59' (m-d-y-H-m) . (format it's an example)


Regards



2 Replies

MA Marco July 19, 2019 03:04 PM UTC

:(((


VD Vinitha Devi Murugan Syncfusion Team July 24, 2019 06:13 PM UTC

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. 



Loader.
Up arrow icon