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 6212475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T06:31:21+00:00 2026-05-24T06:31:21+00:00

I am implementing FullCalendar jquery with asp.net mvc 3. It’s working fine but the

  • 0

I am implementing FullCalendar jquery with asp.net mvc 3. It’s working fine but the events are not being returned to the calendar. Firebug console is telling me that they are definitely being returned, they just aren’t showing up on the calendar. I think this is something to do with the date format, I’ve read around but can’t get anything to work. Here is my controller;

public ActionResult CalendarData()
{
    DateTime myDate = DateTime.Now;

    var eventlist = from e in db.WhatsOns
                    where e.start >= myDate && e.CalenderDisplay
                    select e;

    return Json(eventlist.ToArray(), JsonRequestBehavior.AllowGet); 
}

And the javascript in my view;

<script type="text/javascript">
    $(document).ready(function() {            
       $('#calendar').fullCalendar({
    theme: true,
    header: {
        left: 'prev,next today',
       center: 'title',
        right:''

    },
    defaultView: 'month',
    editable: false,
     events: "/WhatsOn/CalendarData"
   });
}); 

</script>

The cosole output is as follows;

[{"ID":1,"start":"\/Date(1312844400000)\/","end":"\/Date(1313103600000)   \/","Name":"Test","Desc":"This is a test event, it will be       great!","link":"http:www.link./com","CalenderDisplay":true,"day":null,"whtscount":0,"isActive":false},{"ID":2,"start":"\/Date(1313708400000)\/","end":"\/Date(1314054000000)\/","Name":"This another test event5, it\u0027s on later than the first one.","Desc":"We aere all gpoing to get together and drink,","link":"http:www.link./com","CalenderDisplay":true,"day":null,"whtscount":0,"isActive":false}]
  • 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-24T06:31:22+00:00Added an answer on May 24, 2026 at 6:31 am

    I had a same problem recently, not native in .net, but might be the same issue –

    Full calendar requires an array whose every element has clearly defined title and start indexes, at least.

    In other words, i didn’t get the events shown, until i formatted the json my action was returning to something like this ( this is json from my app that works ):

    events: [
        0: {sessionId:259, title:Completed regular, start:2011-08-08}
        1: {sessionId:260, title:Completed regular, start:2011-08-10}
        2: {sessionId:261, title:Not done, start:2011-08-12}
        3: {sessionId:262, title:Not done, start:2011-08-13}
        4: {sessionId:263, title:Not done, start:2011-08-15}
        5: {sessionId:264, title:Not done, start:2011-08-17}
    ]
    

    Hope this helps,

    Cheers

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am implementing the full calender in jquery in my asp.net mvc application by
Implementing custom DataAnnotationsModelMetadataProvider in ASP.NET MVC2. Assuming the object that is being rendered looks
Implementing constant contact in asp.net
Im implementing a pool billiard game in Java and it all works fine. It
Im implementing NFS and almoste done but the RFC section 3.3.8 says this in
I'm getting ready to use the JQuery-based FullCalendar in my online app using PHP/MySQL
Implementing agile in projects requires the ability to do refactoring. It is not really
In implementing Easy Slider 1.7 with jQuery on a page of mine, I find
I`m implementing a custom filesystem on Ubuntu using Fuse, but I need to trap
Implementing nested subcommands in Python with cmdln. I'm not sure I'm using the right

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.