sudhirdas / fullcalendar-asp-net

Automatically exported from code.google.com/p/fullcalendar-asp-net
0 stars 0 forks source link

Calendar won't events from database #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call to JsonResponse.ashx handler

What is the expected output? What do you see instead?

Calendar with events but nothing is shown.

What version of the product are you using? On what operating system?

I am using versin 1.1 on windows 7 Ultimate.

Please provide any additional information below.

Original issue reported on code.google.com by i...@buttecounty.net on 11 Dec 2010 at 12:21

GoogleCodeExporter commented 8 years ago
I am having the same issue.  Works on local machine but when I post it to 
webhost, I cannot see my events.  Funny thing, I can add new events but if I 
leave the page they disappear but are added to my database.

Original comment by tara.col...@gmail.com on 6 Jan 2011 at 5:09

GoogleCodeExporter commented 8 years ago
I am experiencing the same issue.  Events are added to the database but are 
never shown on the calendar even after a refresh/revisit.  This is on my 
development machine using Windows XP and fullcalendar 1.4.7.

Original comment by mchast...@gmail.com on 11 Mar 2011 at 10:45

GoogleCodeExporter commented 8 years ago
I have the same issue. I can´t see the events in my calendar.

Original comment by jimmykiu...@gmail.com on 12 May 2011 at 5:09

GoogleCodeExporter commented 8 years ago
when i'm using events: "JsonResponse.ashx" it won't shows the events in 
calendar hwne i'm using events: [
{ id: '2',
    title: 'Event 1',
    start: 1311964200,
    end: 1311964200,
    allDay: true,
    description: 'Test'
}
]

it shows the events. please let me know what should i do?

Original comment by vikrantg...@gmail.com on 5 Jul 2011 at 11:47