calendar

mysql data from calendar check if booked

I have a database with reservations for items. All reservations have an: ID , item ID, personWhoBookedId, time_from (unixtime) , time-to(unixtime). I like to display a day per day time schedual from hour to hour, and colour the timethat an item is booked and display the personWhoBookedID on that timeframe. like: room1: 5:00 - 6:00: ...

asp.net CalendarExtender position in Google Chrome when page scrolled down

I'm having a problem with the CalendarExtender's position in Google Chrome (4.0.249.78 (36714)) when a page is scrolled down such that the scrollbar position is > 0 For example, if you use Chrome to goto: http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Calendar/Calendar.aspx Scroll down so that the "Calendar Demonstration" subhead...

Employee shift scheduling component for ASP.NET

I'm looking for a control I can use in an ASP.NET app for scheduling work shifts. My primary requirement is to have locations on a y-axis, dates on the x-axis, and then at each intersection, have a block divided into shifts, and each shift containing a short (1-3) list of employees working that shift. Any suggestions for components tha...

How to Create Stable and Fast Asp.net Custom Control

Hi Experts, I need to create an Asp.net Calendar Control with Daily-weekly-Monthly & Yearly view This Control should Have Some Events , Properties and some Methods as its clear. This Control should be capable to add tasks ( jobs) and some photos in each day Also Should have Remainder and should be Full Ajaxable. So As I'm not familiar ...

Add working hours to timestamp

Hi, I need to add working hours to a timestamp. Working hours are from 8am to 6pm. Lets say we have 2pm and I have to add 6 hours. Result should be 10am... any guesses? Thanks. ...

Ajax Control Toolkit CalendarExtender not closing when form body clicked.

I am trying to simply have the calendar close when a user clicks anywhere on the page. I have downloaded the most recent version of the toolkit and I can not get this functionality to work. I am not sure if I am missing a property but the functionality works as expected on the asp.net sample toolkit page. Here is the code: <asp:Toolki...

Looking for a PHP Event Calendar solution.

Hi, I am looking for a PHP event calendar solution for my current website. Where can I find some php5 OOP event calendar script tutorial? Or I should learn the Google Calendar API? Which one is better? I plan to use Kohana now. But I can only google little resouce about it. thanks. ...

Simple Calendar tool

I need to put a calendar control in an option. It must fit in a very small place. The control must show date number, and color by day if we have something schedule. Must be able to navigate and select: Days Month Years Should integrate with database, or manual. Simple, light, fast ...

Handling recurrent events

I am building a site that acts as some kind of calendar. I am struggling over finding a way to handle reccurent events, i.e. events that are noted as 'daily,' 'weekly', 'monthly', 'quarterly' and so on... I've tried different approaches, but all end up being way to slow, or unmanageable. I'd like some hints about how I could handle that...

A calender for Django DateField that only shows months and years?

Hey, In the django admin panel I currently have a DateField showing a nice Javascript calendar for inputting dates. However, I am only interested in the Month and Year. So I was wondering if it was possible to have the calendar only show the months and year. (Extra brownie points if you can restrict its usage so that no dates in the fut...

Is it possible to make a date datatype accept 13 as a month and 30 for all months?

I am in Ethiopia and we have 13 months. 12 of them with 30 days each and 13th month with 5 or 6 days. I want to sort my data by date using the BindingSource sort method. But to do that, I need to set my date field a date data type. When I set the DataType to date, I can't enter some values like 13 for the month value and 30 for day value...

Function to return date of Easter for the given year

So, here's a funny little programming challenge. I was writing a quick method to determine all the market holidays for a particular year, and then I started reading about Easter and discovered just how crazy* the logic is for determining its date--the first Sunday after the Paschal Full Moon following the spring equinox! Does anybody kno...

Is it possible to add a button in the IPhone Calendar Event creation/edit view ?

Hi, I want to customize the IPhone Calendar Event view by adding a new button. The purpose is to allow the user to click on this button and then browse to select in a list the name of a friend. The name should then be written in the "note" field of the calendar event. Is it possible to modify such standard view? Thanks Charles ...

Is there a limit of Events I can enter with the google calendar data api?

Hi Guys, I' running a php script to insert events that I take from a CSV file. The events are entering successfully in my calendar, but it stops after about 75 events entered. Any idea if it's limited to a certain amount of events or it's a problem in my code. Thanks in advance for helping me! $event->title = $service->newTitle($t...

How do you create a dropdown menu to sort calendar events in drupal calendar module?

How do you create a dropdown menu to sort calendar events in drupal calendar module? I know many people are struggling with this same issue. Can anyone help??? Thanks in advance! ...

Joda time week calculation reasoning

Hello Friends, The code below demonstrates the problematic joda-time implementation of week calculation. This behavior is not a bug but a design decision Joda-Time uses the ISO standard Monday to Sunday week. (perhaps it should be a bug?) Given a date I need to calculate the week number, this calculation must be i18n in nature. Meaning...

Week View Control for Cocoa (Apple Mac OS X Dev)

Hi there, does anyone know if there is a control for Cocoa that has the same abilities like the iCal Week View? Which means a spreadsheet like view for the whole week with Appointments to render in their timeframe. I searched through Google for some time now and didn't find anything. Thx in Advance Steve ...

Displaying Calendar in month view

Hello developers, i just wanna know is it possible to display the Calendar in the month view using the api available. i am searching for while dint find anything to display the calendar in the Month view . kindly help and let me know is this possible using android sdk1.5 or 1.6 or even 2.0. If not what would be the procedure to genera...

Google Calendar(sharing)

Hi I'm working with google app application. Actually i want to the access another id without using password for that i used OAuth its working well. But i cant able to share the particular person calendar.I tried the following code GoogleOAuthParameters oauthParam=new GoogleOAuthParameters(); oauthParam.setOAuthConsumerKey("xxxx.com");...

Add link to calendar page in Drupal

I have been trying to pore through the calendar module code and cannot figure out how to do this. It doesn't really help that I don't understand what half of the code is calling for as I am not a programmer. Please check out my issue here. http://drupal.org/node/705350 ...