Calendar Structure

Hi,

Please tell me where the Calendar structure is defined?
I need to add some other fields besides calender?

Is it possible?

1 Like

Hi,
check with this file.
https://github.com/frappe/frappe/blob/develop/frappe/public/js/frappe/views/calendar.js

@shraddha

sorry, I didn’t understand, the file which is used to create the structure of the calendar, i mean .json or something else.

.js and py files describing functionalities of calendar and events. right?

which file i should edit such that i need the calendar page to look like something as below:

@Amalendu

Frappe uses FullCalendar.io, to render the calendar. You might need to take a look at those docs for moving forward with customization of the views as per your requirement.

Hope this helps you with your calendar customization.

okay, Thanks @shreyasp