calendar

Outlook 2010 ignores VALARM of Web calendar (ICS) generated by my application

Hello, My web application (ASP.NET MVC) exports ICS calendar (webcal://host/calendar.ics), which I'm testing with Outlook 2010 and 2007 now. Apparently, no matter what, VALARM section of the calendar is being ignored by Outlook altogether and no reminder is being set at all: BEGIN:VALARM TRIGGER:-PT30M ACTION:DISPLAY DESCRIPTION:Remind...

Adding attendees to EKEvent

Is there a way to set the attendees of an EKEvent (Event Kit Framework)? I will create a new EKEvent, but it seems that there is no way (in the public api) to set the attendees. Does anybody know a workaround? ...

Working with the Sitecore Calendar Module

Does anybody have any experience working with the basic sitecore calendar module? I'm playing around with the month view option and there are several things I'd like to change. Is there a way to add: < previous - month next > links so a user can click through the months? I may have missed this, but it doesn't seem to be a configurable...

Creating a central calender for local syncing (iCal/CalDAV/???)

Currently a website I'm working on has a web-based calender of upcoming events. We are looking into the possiblilty of expanding this so that people can locally access the calender data - if possible through exchange, google calender or any other major calender program. My question is on how to implement this. The diary is likely to cha...

custom dateField component with comboBox and clear button inside the dropdown calender in flex3

hi, i inserted a dateField component.on clicking it displays calender, i would like to add 2 comboboxes, i shows hours(0 to 23) other for minutes (0 to 59) to calender so tht the user can select the time along with the date and that wil be displayed in the text input as date and Time. one more thing i would like to add is clear button...

XMLGregorianCalendar to GregorianCalendar and back - inconsistent results

Consider the output from the code below with and without the call to get Calendar.HOUR_OF_DAY: XMLGregorianCalendar cal = datatypeFactory.newXMLGregorianCalendar("1994-08-10T00:00:00Z"); System.out.println("Cal: " + cal); GregorianCalendar gCal = cal.toGregorianCalendar(); gCal.get(Calendar.HOUR_OF_DAY); // this line m...

How to Programmatically Create new Calendars on iPhone that will sync to iCal

I'm looking for a way to create a new Calendar on the iphone device programatically. I have been looking at Event Kit and it clearly states how to create a new event in a calendar and there is also a convenient way of gathering all the calendars in code, What I can't find is how to create a new one that is saved to the device. Any ideas...

Best way to store Hijri dates in mysql ?

I am developing a web application using CakePHP and mysql and all the dates in the system use the Islamic/Hijri calendar(http://en.wikipedia.org/wiki/Islamic_calendar) . I was wondering what is the best way to store Hijri dates in mysql? Note: I already use Keith Wood's jQuery DatePicker(http://keith-wood.name/datepick.html). ...

Why is DATE_OF_MONTH static final in Calendar (Java API)

I was going through the Calendar class source code in the Java API, and noticed that a lot of variables, e.g. DAY_OF_MONTH, YEAR, etc are declared as static final. This struck me as odd because I thought the date of a Calendar instance should be (1) specific to that instance, i.e. non-static and (2) changeable (so it can be set). Can any...

Calendar Control: Have todays date selected on page load

I have a calendar control on a asp .net webform. In the Pag_Load event I have this.CalendarReportDay.SelectedDate = DateTime.Now; Which sets the Calendar's Selected Date but todays date is not highlighted on the calendar. Does anyone know how to get todays date to be selected? ...

Dynamic Calendar control

Hi, How to generate dynamic calendar controls based on default calendar control's selectionchanged event? ...

How to populate two texboxes using a javascript calendar control?

Hi all, I need to populate the date time values in two textboxes at a same instant using a calendar control. Like on client side click of calendar control, the selected date in that control should get poulate on the corresponding textbox defined for say start date. There is an another textbox say enddate which also have to be populated ...

Prevent users from modifying date in textbox

I have a textbox with a calendar icon next to it. When the icon is clicked a popup form displays the calendar control. I have it set up where they can only select the week ending date(saturday) and that date is displayed in the textbox. I want to prevent users from editing the textbox. I've tried using the readonly and enabled proper...

Append text to existing row in datatable

I'm trying to make a calendar in vb.net and I have come across this problem. I want to append some text into an existing datatable row. When I watch my debugger it says:"In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user.". Dim aantalRijen As Integer = 1 ...

Android:How to display a Full Month Calendar Selector control?

Hi all, I want to incorporate a full month calendar selector like that of an iOS into my program. The one like this: However, it seem no one have come up with a control like that. Can i create a custom control like this and if yes, what is the best views to use for each date? a button view or a text view? I would really hope someone ...

How to solve Microsoft JScript runtime error: 'length' is null or not an object?

Hi all, I am using the following flat calendar control to populate my textboxes with date. http://www.dynarch.com/static/jscalendar-1.0/simple-1.html. I am using the validator controls for the textboxes to which i specified the calendar control. The two textboxes are used to enter the start date and end date. I have used the regex,com...

Programmatically create iCal event, and test for event existence

An example of how to programmatically create an iCAL event in the default calendar, using Objective-C. The code checks if the event already exists, and sets the button state accordingly. I hope this example is useful. -(void)initCalendar { // An array of 1 dictionary object, containing START and END values. NSMutableArray* pvDict =...

SharePoint 2010: How to display an external list as a calendar?

In SharePoint 2010 BCS, I have created an external content type to retrieve a list of appointments from our LoB application. This works, and I can see the list of appointments in SharePoint. The problem is, I can only see the appointments as a list. I want to display them in a calendar, but that doesn't seem to be an option. I've set t...

Does any one know how to call iphone calendar controls in my application?

Does any one know how to call iphone calendar controls in my application? sample code will be helpful for me waiting for a quick reply...... ...

change the dot color of date selection in kal app based on my value

hi friends, I am new to iphone calendar programming. I using Kal calendar app in my application. Is it possible to change the dot color of date selection in kal app based on my value. Thanks in advance for your suggestion. Regards, sathish ...