If I have an instance of a CalendarEventEntry, how can I find out which CalendarEntry (or calendar) owns it?
Excerpt from Google's Calendar API samples:
CalendarEventFeed resultFeed = service.getFeed(eventFeedUrl,
CalendarEventFeed.class);
System.out.println("All events on your calendar:");
System.out.println();
fo...
Hi
I am trying to develop a simple calendar based application using pyS60. I need to display a calendar as part of the form. I have searched but I couldn't find anything useful in the e32calendar documentation. I can get a calendar on the canvas but its not interactive. But i want one which is interactive ( just like inbuilt calendar in...
i'm trying to use the Java version of:
Date d = new Date(2010, Calendar.AUGUST, 28);
but in Javascript:
var d = new Date(2010, ???, 28);
i cannot find a helper class that contains month constants? Does the Java helper Calendar class exist in Javascript?
...
I hope you understood me. Hard to describe in english for me.
So I have a List of sorted Date Objects. Now I want to put all Dates that are in a row (12/16/09, 12/17/09, 12/18/09...) in a List of their own. Stand-alone-Dates shall also be put in a List of their own.
So from (12/01/09; 12/02/09; 12/03/09; 12/06/09; 12/10/09; 12/17/09; 1...
Fullcalendar looks great. Do you know of any alternatives to it for comparisons?
Looking for
Open source
Ability to visually drag (change start time) and extend (change duration) of events.
...
Hi Guys,
I was just wondering if there is a way of doing this so the mail client opens up with the Calendar and you can half fill out the details. I don't want to just silently create it and send it i want the window to pop up with the calendar appointment screen and the can edit as necessary.
I am using PHP and Outlook 2010.
Thank y...
Hi every body,
Anyone know how to have the calendar view expanded all by default?? Seen a lot of information on how to do this with SP 2007 but not SP 2010.
...
I have a database of calendar events and dates. What is the best way of exporting this to common formats ("ics" for example) using c#. Are there common libraries to use?
Also, are there any good libraries for importing "ics" formats as well.
...
Hi,
I am looking to create a calendar based on some pre-existing event entries. I currently have a event creation system using MySQL and PHP. However, I can only list these in an agenda format, sorted by soonest event.
Is there some existing method of creating a monthly calendar based on events in a database? I have little coding expe...
I need to put several reminders in the BB calendar.
The idea is several hours, or days before a promo expires, the alarm will remind it for you.
Here's my code so far:
long ONE_HOUR = 3600;
long ONE_DAY = 24 * 3600;
try {
EventList eventList = (EventList)PIM.getInstance().openPIMList(PIM.EVENT_LIST, PIM.READ_WRITE);
BlackBerryEvent...
In native Android calendar app RFC 2445 protocol is used to create .ics files. I found in some blogs that RFC 2445 is replaced with RFC 5545. Can any one please tell me what are the extra features in RFC 5545 and how it is different from RFC 2445?
Regards,
Rajani
...
EKEventStore *eventStore = [[EKEventStore alloc] init];
EKEvent *event = [EKEvent eventWithEventStore:eventStore];
event.title = appDelegate.title1;
NSLog(@"%@",event.title);
event.startDate = appDelegate.currentDateName;
NSLog(@"%@",event.startDate);
event.endDate = appDelegate.alertTime;
[event setCalendar:[eventStore...
Hi,
how can I calculate the calendar week? A year has 52/53 weeks and there are two rules:
-USA
-DIN 1355 / ISO 8601
I'd like to work with DIN 1355 / ISO 8601. How can I manage that?
Edit:
NSDate *today = [NSDate date];
NSDateFormatter *dateFormat = [[NSDateFormatter alloc] init];
[dateFormat setDateFormat:@"ww"];
NSString *weeknum...
I'd like to use the jquery calendar control to populate a date into an asp.net textbox.
When the user selects a date I want the date populated in the textbox to be only Saturday dates. So if the day they select is not a Saturday I want the date of the next Saturday after the date the selected.
How can this be done?
...
I have a program that displays info based on the day. Everything has been working fine up till today. for some reason when have the calendar roll back one day to get yesterdays date it goes straight to august 30th. it skips august 31st. It will grab todays date fine (septermber 1st) but when i trace it, it goes right past the 31st. ...
I am using EWS through PHP to connect to a calendar on an exchange server and retrieve a certain set of CalendarItems. But the CalendarItems I receive do not have any field containing the body text of the calendar event.
Anyone have any idea how I would get the body text? (Using php-ews)
...
I am looking for an Android open source Calendar control which displays the full month in a grid, much like a real printed-on-paper calendar. It's for an app to show special days.
Like this from my iPhone version we are porting:
...
Calendar Class
.NET Framework 2.0 Other Versions
Displays a single-month calendar that allows the user to select dates and move to the next or previous month.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Questions
By default which calender type does it use? (english,german,western,eastern etc...
Does anyone know where I can find a ready to use calendar control (open source or library) that looks more or less like the calendar found in the built in iPhone app?
...
I have a simple booking form in Drupal created using the webform module. I wanted to change the date / time fields from texboxes to a Calendar popup. Can this be done?
...