calendar

How do I set the date to be displayed in a sharepoint calendar

I have a Teamsite that is built around an event that occur in a certain week, The site contains a calendar with the activities for that week.I want to have the calendar display default to showing that week, rather than the current week. Can this be done out of the box? ...

How does google calendar print work?

I'm building a calendar in ASP.NET using Jquery, And I'm trying to implement Print. I can print simple html or images with no problem. But I can't figure out how to build a print like google calendar print. When you press Print in "Calendar Print Preview" the print dialog that pops up has more options (cross browsers), Some how this pri...

Django select multiple date from calendar

Hi, Im new in using Django, and i want to know if there is some way to have a multiple date selection from a calendar, i have multiple days : for example a day is : [ 28 july 2009 8:30 - 28 july 17h00 ] Is there any way to do this with Django Forms Thanks a lot kimo ...

.net calendar control dimensions under vista

I'm developing a desktop application in Visual Studio 2008, and I've made the delightful discovery that evidently under Vista, the Calendar control is 45 pixels wider than the same control in XP. Naturally, this ruins the layout of my from, and I don't have space to give. If I tinker with the dimension attributes of the calendar in Vista...

server for email, calendar and contacts

I'm looking for a solution like an exchange server for email, calendar, contacts, etc. I would prefer to use a open source solution. Any suggestions? The client PCs are using Mac/Unix and Windows, so the server must be accessible from all platforms. I prefer to used a non-Web-based solution, but i'm open to web-based suggestions if they...

how to handle an event on Django event Calendar

Hi, Is there a way to have a django Clandar Event, i have a Event model, and i want to display the event information on the calendar in order to know if the organiser is free or busy on the date event. Many Thanks. I didn't find the Django Calendar. Where can i find some good example please ? Many thanks ...

Indefinitely repeating events in django calendar

I am working on a calendar application in django and want to support events which repeat an infinite amount of times after a given start date. I will store "block events" where each block includes data about a certain event (title, description...) as well as the pattern with which it repeats and an "expiration date". This way I only stor...

Multiple selection Calendar for jsf

Hi, Is there an already implemented Calendar for JSF which allows the user to select multiple dates? I need a calendar in which I can select more than one date. Thanks ...

I18n and calendars - Can the calendar system remain as the Gregorian Calendar?

This is a follow up question (and possibly should have been asked before it) to this question: Subclasses of java.util.Calendar. I'm internationalising a large Java app that uses dates fairly regularly since a lot of the data has dates associated with it. One of the first languages that it will be translated into is Arabic. Currently...

Calculate the start and end date of a week given the week number and year in C# (based on the ISO specification)

I need to generate a report that shows the 52 weeks of a year (or 53 weeks as some years have) and their start and end dates. There is an ISO spec to do this but seems awfully complicated! Im hoping someone knows of a way to do it in C# or Visual Basic (its actually for Visual Basic 6 but I will try port it across) ...

Bold calendar dates

Hi All, I am using the Telerik radDateTimePicker control in a webapp and would like to make it a bit more functional. Similar to the functionality of the Outlook calendar, where dates appear bolded if there is an underlying appointment, I would like to bold the dates that have underlying data. Has anyone done anything like this before...

Recurrence Rule +vCalendar

Recurrence Rule: This property is identified by the property name RRULE. This property defines a rule or repeating pattern for a recurring vCalendar entity, based on the Basic Recurrence Rule Grammar of XAPIA's CSA. The value for the property is a pattern specification for the recurrence. The following is an example of this property: RR...

Any experiences with Web2Cal ?

Hi all .. I need a calendar-widget for my website. This calendar needs to be very flexible. An option is to write it from scratch, but I think, if kept at a reasonable price, it would be a better option to buy the code. So far I've come up with Web2Cal which looks great. I downloaded the free-version, to see how it would be to work wit...

Thunderbird integration with calendar of MS Exchange to resync calendar appointments

Hi I want to resync my appointments in MS Exchange's calendar, to email client calendar to avoid overflowing of meetings. This is easy using MS Outlook...but the licensing issue is too much. Is there any ways we can do this using opensouce email client which is Thunderbird? Thanks ...

Why does a new SimpleDateFormat object contain calendar with the wrong year?

I came upon a strange behavior that has left me curious and without a satisfactory explanation as yet. For simplicity, I've reduced the symptoms I've noticed to the following code: import java.text.SimpleDateFormat; import java.util.GregorianCalendar; public class CalendarTest { public static void main(String[] args) { Sys...

Cocoa Touch: Laying out dates on a month-view calendar

I'm aware that there are several Cocoa Touch/iPhone calendar implementations available online, but for certain reasons I'm trying to create my own. I'm running into an issue where the code that I use to lay out the dates (which I represent as instances of UIView placed as subviews into another UIView) is messing up in December. Currentl...

Publish to Google Tasks from rails application

With iCal you can publish calendars for users to incorporate into their own calendars in Google Calendar. Is there a similar way to publish tasks to be publicly visible and able to be incorporated into a task manager such as Google Tasks or Remember The Milk? ...

generate weekly calendar in mysql/php

i'm developing a read-only weekly calendar view of users's events. Columns are the days of the week (mon > sun) Rows are timeslots (8:00>9:00, 9:00>10:00... from 8AM up to 7PM) Question: what's the best approach to generate that user calendar: Option 1: pure SQL I don't even know if that is possible, but i would find it supremelly eleg...

Django, calendar

Hi guys, im need to use a calendar, im developing a website for house's rental, my first own web project, so, the idea is that the user select a initial date and finish date, in the same month o any months (form January until April por example), and in the view (template) of the house availability i want to show all months (12) and where...

ASP.NET Calendar control: HowTo stop resetting calendar when navigating Back in the browser

Hi All, I've implemented the ASP.NET Calendar control. I'm using it to show events happening in the area. THE PROBLEM Today is August 18th, so when the calendar loads, August is selected as the current month. If I navigate to say October, and then navigate to another page and then try to go back to the page with the Calendar by clicki...