Link to event from outside the calendar?

I’m generating an event list by using SchedulerHelper, works great
Can I link to an event in the calendar from a page outside the calendar?

For example, when I click on an event in the events list I’m generating, I would like to go directly to the calendar, with the lightbox opened for that event. Asking too much? :slight_smile:

Maybe at least open the calendar to the day of the event?

Thanks for the great work!!

Hello,

Is the scheduler on this page where event list is displayed?
Either way you can init it beforehand and then display and after:

scheduler.setCurrentView(desired_date, desired_mode); scheduler.showLightbox(desired_event_id_to_display);
Kind regards,
Ilya