calendar

Creating A Javascript Calendar (Full, not pop up)

I'm having some difficulties creating a javascript appointment style calendar. While it does render, I know there's go to be a much more efficient way of doing it. Does anyone have a pattern they use for creating calendars? I will be using jQuery, but I don't want to use someone's calendar plugin as a) I haven't found one that works for ...

xsl for sharepoint calendar

I need to create a calendar which will join together data from a number of separate sharepoint team calendars (it's so that the press office in my organisation can see what's happening in each department side-by-side on the same page - what they would like is something like the ui for a shared google calendar). I have discovered that I ...

Accessing Calendar control through Javascript

I have a asp.net calendar control, say Calendar1, in invisible state (visible = false ). How can I set visible to true using javascript when i press a client side button so that there is no postback done ? ...

How can I hide weekends when using the ASP.NET Calendar control?

Sometimes when displaying a calendar it is necessary to prevent the weekend days and the weekend names in the day header from showing, is there a way to do this using the ASP.NET Calendar control? ...

prototype javascript calendar with customizable rendering of cells like YUI Calendar

I already make extensive use of prototype and don't want to add an extra framework like YUI. I need a javascript calendar which enables me to customize rendering of calendar-cells on a cell by cell basis. (For rendering events, prices, etc. on a certain date) . YUI Calendar makes this possible, but I already make extensive use of pro...

Managing Recurrent Calendaring Data

I am having to build a web app that has an event calendar section. Like in Outlook, the requirement is that users can set up recurrent events, and can move individual events around within a series of events. What methods could one use to store (in a database) the various ways you can describe the recurrence pattern of a series? How wou...

Scheduling & DST

I am writing a calendar/scheduling app in php right now. Right now I take the day of the week you want the event to occur on and the time. I also ask for the timezone and adjust accordingly to get the event time in GMT. Then I store that time as an offset from midnight of the day of the show. This is fine and works great, but what ha...

asp:Calendar DateClicked event (not just SelectionChanged)

I am using the standard asp:Calendar control. When a user clicks a date, I am showing a modal popup by handling the SelectionChanged event. However this means that nothing happens if the user clicks a date, then closes the popup, then clicks the same date again. I'd rather be handling a DateClick event, and do away with the concept of ...

How to replace DevExpress ASP.NET calendar with my own?

We're using DevExpress control toolkit for our ASP.NET application. I would like to replace the DevExpress default dropdown calendar with my own because of the following reasons: DevExpress dropdown calendar gets positioned absolutely next to the textbox it is assigned to. This is bad, because on IE it gets obscured by other relatively...

PHP Calendar Recurrence Logic

Before the answers start coming (which I know they will) I know that there are a million projects out there that have done this already. Having said that what I am trying to do is create an online calendar - using PHP & MySQL here is what I am planning ... tables in database ((calendar_item) id, title, start_date, start time, end time...

A Java Server side (Jsp, velocity, whatever) Calendar component?

Do you know of a Java Server side calendar component. Not a date picker, but a way to display months or weeks as in google calendar with events from my db. ...

Getting Outlook to read text/calendar headers correctly

I'm currently writing a mail programme using JavaMail 1.4 to send out scheduling invitations to a variety of platforms including Outlook, which is where I run into an issue. I can send out one or two invitations and the Accept/Decline buttons show up but if I send out more (which I need to) then the buttons do not appear - so I assume th...

Simple Practical Usable PHP Logic for Recurrence

Befor I ask this question, I have a favor to ask, PLEASE don't down vote this question till it has some real answers.... PLEASE! I have submitted this previously as the following question http://stackoverflow.com/questions/579892/php-calendar-recurrence-logic but because someone down voted it and said it was already answered, noone w...

ASP.Net Calendar/Events application

I'm wondering if there are any free calendar/event tracking applications for asp.net out there. I want to be able to plug something into my existing website that will let an admin log in and add events to a calendar. Users can then see a short list of links of upcoming events on the front-page which they could then click to see more deta...

DateTimePicker for custom calendars

Do you know any DateTimePickers for calendars other than the Gregorian calendar? ...

ASP.NET MVC AJAX Calendar

I am currently learning ASP.NET MVC and I have followed Stephen Walther's tutorial: ASP.NET MVC Tip #36 – Create a Popup Calendar Helper. The calendar is working, but I would like to change the date format to dd/mm/yyyy. Also are you able to add arrows at the top, so that the calendar can be changed by year as well as month? ...

Match Calendar objects in Java?

I want to have objects that define partial dates / times similar to the entries in Unix crontabs, i. e. "every first day in any month" etc. These objects are going to be compared to Calendar objects to see if they match. I was about to write my own "TimePattern" class but it would have to contain a lot of logic like checking if the fie...

Making an MSSQL Driven Calendar in .NET c#

I'm new to .NET and my first project is to create a event calendar to be populated from a events table in mSQL. I know there is a calendar object in the standard components but wondered if i'm better off populating a table view manually as i didn't know if there were lots of limitations to the standard object/component. Thanks for your ...

How Can I Send Multiple Events To an Outlook 2003 Calendar in 3 or less clicks?

Basically I want someone to be able to click a bunch of events on my website, and have them all synced in a pain-free way to their primary Outlook calendar. I know I can send an ics with multiple events in it, but this creates a second calendar (unless you import the calendar which is more than 3 clicks). I can also have a user sync to...

please share the code for Calendar or Date picker (Popup) in JavaScript to implement in JSF

please share the code for Calendar or Date picker (Popup) in JavaScript to implement in JSF ...