question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Originally reported on Google Code with ID 199

Please provide any additional information below.

I'm using the calendar to schedule videos for publishing online. I usually have 
content for up to two to three months. 

How can I display three months at the same time so I can drag videos from 
one month to the next if neccesary?

Reported by garifuna on 2009-11-20 07:48:14

Imported with 47 stars.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Reactions:61
  • Comments:54 (40 by maintainers)

github_iconTop GitHub Comments

9reactions
REPH26commented, Mar 27, 2019

Any new way to do that with V4? Using multiple calendar is problematic with selection trought months…

6reactions
webrafaelsocommented, Oct 19, 2020

Here’s my example code for React JS dayGridMonth Multi-month using Fullcalendar v5.

React JS Multi-month view

Library Version
"@fullcalendar/daygrid": "^5.3.2",
"@fullcalendar/interaction": "^5.3.1",
"@fullcalendar/react": "^5.3.1",
// calendarAPI= React.createRef();  to fetch calendar API

import FullCalendar from '@fullcalendar/react'; 
import dayGridPlugin from '@fullcalendar/daygrid';

           <FullCalendar
		 plugins={[ dayGridPlugin ]}
	               initialView="dayGridMonth" // dayGridMonth requires dayGridPlugin
                        ref={calendarAPI}  // Optional for dynamic custom date
			views ={{	
				dayGrid: {
					type: 'dayGrid',  // Applicable for: dayGrid and dayGridMonth
					duration: { months: 2}, // Ex: Current month + (current)next month
		        	}
			}}
			fixedWeekCount={false}
                   />

I’m sorry, my English is not very good.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Calendar Multi month view Example - Mobiscroll
JQuery multi-month calendar. Always or dynamically show one, two or three months side by side depending on screen size.
Read more >
Calendar Multi Calendar Views
Calendars multi calendar views offers multiple views so you can gain just the right perspective on your schedule. View your calendar over a...
Read more >
Looking at the Big Picture with the Year and Multi-Month ...
Use the year or multi-month view to do your long-term planning for career, travel, goals, family, and personal interests. You can see what's...
Read more >
Multi-Month View - ASP.NET AJAX Calendar Control Demo
NET Calendar (ASPxCalendar) editor can display multiple months at the same time, organizing them in several rows and columns. This feature is controlled...
Read more >
Telerik Web UI Calendar Multi-Month View Demo
Telerik WebForms Calendar Multi-Month View. Learn more about Calendar for ASP.NET AJAX and get a free trial today.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found