Using Frappe Desk “Event” Doctype inside Frappe LMS Sidebar – Is it possible?

Hi Community

In Frappe Desk, we are currently using the inbuilt Event doctype, where we have added multiple custom tabs and sections to manage event-related information.

but we need to show this event in Frappe LMS side bar, so that in the same frappe lms we can access the same desk event
Our requirement is:

  • Show Events in the Frappe LMS sidebar

  • Allow enabling or disabling the Events menu from some setting (if possible)

  • When a user clicks on an Event, it should open the same Event record, showing all tabs and sections that exist in Desk

  • Avoid duplicating the Event doctype or creating a separate LMS-specific Event

We wanted to understand:

  1. Is it possible to expose the existing Event doctype inside the Frappe LMS sidebar?

  2. Does Frappe LMS provide any sidebar configuration or settings to enable/disable menu items?

  3. Has anyone implemented a similar use case where Desk doctypes are reused inside LMS?

  4. What would be the recommended approach — frontend override, custom app, or LMS extension?

If someone has done something similar or can share guidance or references, it would be very helpful.