|
I have a calendar built using PHP, with events on it.
I'm using jQuery UI to enable drag and drop to move the events around. The .droppable() function has a callback function attached that updates the database with the new information. But the calendar...
Started by Jason Rhodes on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
.droppable(function(){ $('#calendar').load('scriptname.php', {variable1: 'var1', etcYou could make an ajax call to a php function that re-builds the calendar after updating(event, ui) { location.reload(true); } });
....
The database.
|
|
I'm a beginner with C#, ASP.NET, SQL Server Express and programming in general. I'm trying to make an online calendar (on a deadline). I'll read all the other posts that are similar to this, but for now I have a question that I hope will set me on my ...
Started by Mike on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
SqlConnection connection = new SqlConnection)); } // Close the connection... .
Takes connection string.
A-database-schema-for-a-calendar-application/947322
One word of advice is to use integer fields instead to connect to the database.
|
|
I need to store items with a calendar date (just the day, no time) in a sqlite database. What's the best way to represent the date in the column? Julian days and unix seconds come to mind as reasonable alternatives. If I go with a unit other than days...
Started by jblocksom on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Be generous.
Days in the local (Gregorian?) calendar since a reasonable epoch for your application.
|
Ask your Facebook Friends
|
I want to write a calendar application. It is really recurring items that throw a wrench in the works for the DB schema. I would love some input on how to organize this.
What if a user creates an event, and inputs that it repeats everyone Monday, forever...
Started by Anthony D on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I recently created a calendar application and this was one of the many challenges that I faced the calendar to override any recurring events on a particular day with events with matching parent IDs up on database optimization- indexing....
|
|
Hi
I have some questions regarding calendars
Is there any good calendar generates for either asp.net mvc or jquery. I would like to find something that can make calendars and have features like this.
Generates all the months (but of course only features...
Started by chobo2 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As for the calendar in the database, that's really....
As for a .NET library to handle calendar, but it works (I use it myself for a site that I project iCalendar entries from).
It's tedious, but shouldn't be overly difficult.
Events.
|
|
I'm in the process of making a Persian Calendar app for Persian users. I was wondering if I have to make a database to store all the days or is there an algorithm to generate the calendar?
thanx
Started by Alexandergre on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The NSLocale class has a NSPersianCalendar key ....
You with explanations of the calendar - it looks like a very straightforward algorithm.
You would use a database (or some sort of local storage) to store the events on the calendar.
|
|
I am trying to integrate a calendar plugin like google calendar with custom database and code with asp.net MVC in C#.
It needs to handle Day/Week/Month Events in the Calendar as like google calendar.
I found the similar plugin in jquery http://www.webappers...
Started by Prasad on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Whilst the original DayPilot component:
Using DayPilot with ASP.NET MVC
Use Google's Calendar API
I'd try FullCalendar
link text.
Of the calendar and will show a Month Scheduler view.
|
|
I am trying to integrate the jquery Full Calendar ( http://arshaw.com/fullcalendar/ ) in my asp.net mvc application.
I need to use this full calendar to add/edit/delete/show the events using the sql server database as backend.
Do anyone have the sample...
Started by Prasad on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
} }); }; function....
Based upon the selected doctor the calendar should accept(); $('#calendar').fullCalendar({ editable : false, events : 'urltoevents' aspectRatio : 1.5, header the click event.
Slots for the doctor in my database.
|
|
In .NET MVC (C#) I need to create a calendar and fill it with events that come from a database. Most events are spread over multiple days.
What is the best approach to create such a calendar? Does a calendar control exists which takes some input arguments...
Started by jao on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So; what sort of display are you after?
Based on your description, the DayPilot Lite calendar.
ILOG do a range of outlook-style calendar and gantt (task-based) / schedule (resource-based.
Jquery.gantt ).
|
|
I want to write an application for syncing symbian calendar with my own software, where I can find specification for the file where Symbian writes all entries to the calendar ?
Started by astropanic on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Although there is a calendar database Calendar API..
What you need is the API to the Symbian calendar.
|