External events

It’s possible to take elements that live outside of a calendar and make them drag-and-droppable. When they are dropped on a specific date of a calendar, a new event might be created and certain callbacks might fire. It is possible to achieve this using FullCalendar alone, without any third party libraries. In the most basic case, you can create a draggable element by instantiating a Draggable. You must also set the calendar’s droppable setting to true and import the interaction plugin.

Draggable Events
Sauna and stuff
Lunch time
Meeting with Fred
Shopping
Restaurant
Basketball
Daily routine
RTL support

FullCalendar library also supports RTL text direction, useful for right-to-left languages such as Arabic and Hebrew. To display the calendar in right-to-left mode, set dir plugin option to true. This option switches class in calendar container to .fc-rtl and changes the layout accordingly to the specific css styles. RTL version supports all features and options available in LTR mode.