Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7414977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:12:27+00:00 2026-05-29T07:12:27+00:00

Is it possible to discover/extract the currently displayed events from the FullCalendar object, (ref:

  • 0

Is it possible to discover/extract the currently displayed events from the FullCalendar object, (ref: http://arshaw.com/fullcalendar)?

Ideally, I’d like a secondary display for events, alongside the calendar, which should show only the currently displayed events, (e.g. if the calendar is on “March 2012”, I only want to see March 2012 events in the secondary list).

I’m guessing I’ll nedd to construct some sort of filter, but was hoping I might be able to pull the details straight back off the calendar. I figure the plugin must already have established which are valid for display…

Any pointers to a function/property I’ve missed would be greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T07:12:31+00:00Added an answer on May 29, 2026 at 7:12 am

    Yes this is surprisingly hard to do. I’ve been digging around in FullCalendar a lot recently as I’ve been hacking a load of extra functionality into it for my own purposes. It doesn’t store the information internally in that form but you can get at it with a small hack:

    Insert at line 4243 (in fullcalendar 1.5.2)

    t.eventResize = eventResize
    //add starts
    t.getShownEvents = function () {
      evs = [];
      for (id in eventElementsByID)
        evs = evs.concat(eventsByID[id]);
      return evs;
    }
    //add ends
    

    Then do this to get an array of event objects currently being displayed:

    var evs = $('#calendar').fullCalendar('getView').getShownEvents();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given something like this: @my_decorator my_function(some, args) Is it possible for my_decorator to discover
Is it possible to discover which oject generated a DocumentEvent? Something like i can
Using reflection, is it possible to discover all types that derive from a given
Is it possible to dynamically discover the properties of a PHP object? I have
Is it possible from code to discover the interval a previous alarm was set
Is it possible to create Eclipse plugins that auto-discover eachother? I am developing a
Using jQuery I get JSON object that extracts one row from database. That row
Suppose you need to discover all possible permutations of 'n' distinct characters, say 'a',
Is possible to discover the iOS device identifier, using Xcode. I need to each
i need to discover all possible combinations for some arrays that have an specific

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.