calendar

CalDav on Outlook?

I'm looking for a good way to view CalDav calendars within Outlook. I'm aware of the OpenConnector (www.openconnector.org) project, but have not been happy with it thus far (re: stability issues & difficulty to configure). Also, it appears to be supported by a single developer and there hasn't been a new release in about 18 months. I ...

How to create a Appointment in a Shared Calendar (Sharepoint) with VBA (Macro)?

I am actually trying to make an appointment from an excel spreadsheet. I have all the information of the appointment, like subject, body, start and end dates, I actually can create an appointment but only with my personal calendar in outlook. How do I copy/move/create an appointment in a shared calendar in a sharepoint server? I've tri...

Sum two dates in Java

How can I add two dates in Java? Example: The sum of "2010-01-14 19:16:17" "0000-10-03 01:10:05" would result in "2010-11-17 20:26:22". I know how to do it using Calendar and adding field by field. Is any other way to sum them all (year/month/day/hour/minute/second) at once? ...

fullcalendar settings via ajax

Hi, I would like to pass fullcalendar settings (i.e. startTime, endTime) via ajax. I would like to have something similar to this: eventSources: [ "events.php", "settings.php" ] where events.php holds events array, settings.php holds settings array. If this approach works, how can i use settings values? If settings.php generates jso...

smartgwt calendar

Can anyone let me know if it is possible to modify the time column in the smartgwt calendar widget. It's currently broken up in to 30 minutes blocks, I would like to be able to change it to 15 minutues increments. Also I wanted to know if it was possible to add columns to the day tab of the calendar. I would like it to look like the week...

Are you able to use the iPhone calendar data in the iphone?

I dont think you are allowed to create your own calendar on an app, since historically they get rejected with 'Duplicates functionality of iPhone OS' message. So, can you import the users calendar and display it? And if so, can someone post a link to a tutorial or something please? Thanks, Sam ...

PHP Curl with Google Calendar

<?php if(isset($_GET['token'])) { $url="http://www.google.com/calendar/feeds/default/allcalendars/full"; $useragent="PHP 5.2"; $header=array( "GET /accounts/AuthSubSessionToken HTTP/1.1", "Content-Type: application/x-www-form-urlencoded", "Authorization: AuthSub token=".$_GET['toke...

Strange problem with timezone, calendar and SimpleDateFormat

Let's consider the following code: SimpleDateFormat sdf = new SimpleDateFormat("HH:mm:ss dd/MM/yyyy", Locale.US); long start = sdf.parse("10:30:00 30/09/2009").getTime(); long end = sdf.parse("10:30:00 30/10/2009").getTime(); Calendar c = Calendar.getInstance(Locale.US); c.setTimeInMillis(start); System.out.println("Start = " + c.getTi...

Grails calendar plugin

Hi! I have a groovy application which uses the grails calendar plugin grails calendar plugin. Up to now I was using the calendar version 1.1.1 which has some bugs under IE. I've upgraded to version 1.2.0-SNAPSHOT3 but now I am getting this exception, therefore I had to downgrade to my previous version. Any hint how to workaround this p...

How to refresh a PHP database calendar after using jQuery drag and drop?

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 needs to refresh so that it reads from the new database values. Can you force a pag...

How to detect changes to all MS Exchange 2007 users' calendars?

How can one detect changes to all Microsoft Exchange 2007 users' calendars? For single users or small groups, you can register push/pull event subscriptions. However, if you have many users (30k+), this seems unfeasible as you have to keep up with user additions, expiring notification subscriptions. COM+ event sinks can be registered o...

Calendar doesn't show VisibleDate if time is specified

Can anyone confirm a bug in System.Web.WebControls.Calendar? If specify not only a date but also a time for Calendar.SelectedDate it will ignore setting of Calendar.VisibleDate. This works (calendar shows date selection rectangle): var calendar = new System.Web.WebControls.Calendar(); calendar.CurrentDate = DateTime.Today; calendar.Vi...

Sharepoint - Showing calendar events in multiple calendars in diff't sub-sites

I am trying to show events from a calendar in the main site to a calendar in a sub-site of the main site (or vice-versa)...I can't alter any server files or use custom-built web parts...is there anyway to do this w/ OOTB moss 2007? ...

How to get first day of a given week number in Java

Let me explain myself. By knowing the week number and the year of a date: Date curr = new Date(); Calendar cal = Calendar.getInstance(); cal.setTime(curr); int nweek = cal.WEEK_OF_YEAR; int year = cal.YEAR; But now I don't know how to get the date of the first day of that week. I've been looking in Calendar, Date, DateFormat but nothi...

outlook 2007 supports FTP calendar for internet calendars ?

Does anyone can provide an example for outlook 2007 internet calendar using FTP protocol. ...

Create a custom Full sized Calendar Control

How can I make a custom control that show the calendar control in a much larger view. Like this or like the calendar view in outlook 2007. Do I have to make a custom class or can I just attempt to resize the calendar. I am doing this in WPF so I use WPF Toolkit ...

jQuery week calendar plugin.

Hi, I have search the net and found nothing. Maybe someone here might have used something that google can't give me. I wanted to use a week calendar. I am using this and have many difficulty in it. One is when my date and time are the same, they overlap in one another and only the one at the top can be clicked. I have tried to hack the...

Online Calendar

Is it possible to develop an online calendar, if a user clicks on 'Import', all the events should automatically get imported into outlook or iCal? ...

Sharepoint calendar items - Automatic Permissions possible? (WSS 3.0)

Within sharepoint you can set permissions on a calendar basis, and on a per-item basis. Essentially, there are 2 kinds of calendar items we have, both with different permissions. We'd like to simplify the permissions setting process, ideally so its automatic. Is it possible to have the per-calendar-item permissions set automatically,...

Iphone calendar push from my company application server(JAVA Environment)

Hello, My company decided to use custom push of the iphone calendar from our application to the iphone users. We do not have MAC at our place and more over, no one here know how exactly to start developing. Can You please help us understand how to proceed. Any website/tutorial link will be appreciated. Thanks, ...