A calendar is a system of reckoning time in which the beginning, length and divisions of a year are defined. The term may refer to a software class or library for the manipulation and display of calendar data, or to a list of events with associated dates and times, managed by a human via an ...

learn more… | top users | synonyms (1)

0
votes
1answer
16 views

Day of the Week calendar calculator

I'm trying to write a program which will calculate the dayof the week a date inputted by a user would fall on. I keep getting the error "warning C4700: uninitialized local variable 'year' used." I ...
0
votes
0answers
7 views

Android Calendar - create event group from intent

Hy! I have a program, in which I integrated the android native calendar. I want to know if there exists any intent extra, which shows me when I list out the events from the calendar, that it belongs ...
0
votes
0answers
14 views

My EKEvent is not being saved on my iphone 5 ios 6.1

My EKEvent is not saving in my iphone 5 ios 6.1 but its saved on my ipod 6.0. and When I update my event and save it , the event is deleted. Please help me fix it. Its it a ios bug? or just in the ...
0
votes
1answer
15 views

ios calendar event from website ics

I have a page where I have a link with an ics file. Using safari the problem is that when downloading and importing the event into the calendar is showing the wrong event, precissely an old one. ...
0
votes
1answer
11 views

Java 7 library for calendar widgets and event calendar widgets

Are there any current and active libraries for Java 7 for creating calendar widgets and event calendar widgets? Something like this: just found some old, outdated java libraries which do not work ...
0
votes
2answers
51 views

Java Calendar Issue

I made a small program to count days. to count 150 days from May 22nd. But the result is 18th of October. The actual date is 19th October. Can anyone help me find whats wrong with my code. Calendar ...
0
votes
0answers
25 views

Codeigniter calendar customization

I have set up the events calendar using default codeigniter calendar. I just couldnt figure out a way to customize it. followed the guide and used the same template and modified the look with css. ...
0
votes
0answers
5 views

Import datas from a google calendar (G Apps) in calendar on a drupal website

I would to import and export datas from a google calendar (G Apps) in calendar on a drupal website...but i dont find how to do ? Tell me please how can I do this or some tutorial about this ?I will be ...
1
vote
0answers
27 views

Google calendar won't fetch ics feeds from herokuapp.com

I have an app running on heroku that provides users with a calendar feed. This used to work on google calendar, but a few months ago it suddenly stopped working. People can't add their calendar to ...
0
votes
0answers
4 views

Syncing an internal app file through iCloud

Is it possible to sync (through some particular app) an app's internal file - in this case the calendar file of the Saisuke - on iPhone to its relative file on its iPad version? I know there are apps ...
0
votes
0answers
17 views

Creating Event in Google calendar using api v3

I have tryed this sample from google in c#.net but it is not working for me. any one have any sample for google calendar api v3 it is showing me the error as AuthenticatorFactory does not existing in ...
0
votes
0answers
12 views

Stop JQueryUI Calendar clearing Asp.net Textbox on postback

This one is starting to bug me and Googleing doesn't seem to be turning up working results for me. I have a JQueryUI Calendar on an ASP.NET Textbox which always clears the text when a button causes a ...
0
votes
0answers
10 views

Spring MVC 3.2 Formatter Calendar not working

I have been studying how Formatters work in Spring MVC 3.2 controllers and I set them up properly using Formatter and a FormatterRegistrar following the docs: public class CalendarFormatter ...
0
votes
0answers
7 views

Event Calander with the functionality 30 minuts time slots and week view option

http://thewhiterabbit.dk/image.jpg I need a calendar same as above design image. This is a week view of calendar, time starts from 12AM horizontal with the interval of 4 hours and in a single ...
0
votes
0answers
21 views

Jquery timeline calender with periods

i'm lookin for a timeline plugin (at best for jquery) like this. But what i need the script to show is a period of time, not a particular date, e.g. January - June. Does anybody know such a script / ...
0
votes
0answers
27 views

Why does my custom template CalendarDayButton not listen to PropertyChanged?

I've created a custom control based on Calendar that also implements. It's functionality is that it can color code days based on if that day is present in a Observable Collection. I've created a ...
0
votes
2answers
59 views

String timestamp to Calendar in Java?

A simple question which I can't find an answer to. I have a String which is a timestamp, I want to make it into a calendar object so I then can display it in my Android application. The code I have ...
0
votes
0answers
21 views

Bundling HTML/JS calendar in xaml page in Windows 8

I am struggling for an dattetime picker in windows 8 xaml app. I found a calendar at http://javascriptcalendar.org/. My basic doubt is whether we can use this calendar in xmal page? If so how? Do we ...
0
votes
1answer
36 views

Working with ADF Faces Calendar Component

I'm working with ADF Faces Calendar Component Working with ADF Faces Calendar Component and I'm using JDeveloper and ADF 11g (11.1.1.0.0) My problem is when i try to expand the Data Controls ...
0
votes
2answers
37 views

Creating a temporary copy of a Calendar Object in Java

I need to figure out how to create a temporary calendar object (a copy of a "permanent" calendar that already exists) so that I can manipulate the copy: tempCal.add (unit, value). I need to keep the ...
0
votes
0answers
11 views

Check EKCalendar

Good day! I use function "Save event to calendar" via UIActivityItems. In that function I create new calendar and add event to this calendar: EKEventStore* eventStore = [[EKEventStore alloc] init]; ...
0
votes
0answers
4 views

Querying embedded google calendar

I am familiar with the technique of embedding a google calendar in a web page but is there a way I can query the calendar, for example to give the date of the next appointment and display that ...
0
votes
1answer
14 views

Google Calendar API server side access

I implemented an utility to perform background operation using Google Calendar API and server side authentication flow without user interface. Now I would like to read events from a private calendar ...
0
votes
2answers
52 views

iOS add Day View Calendar in application

I am trying to make an application with a day-view-calendar in it. I know there are quite a few questions that implicit the same as mine, but I haven't found an answer that makes it clear for me. I ...
-7
votes
0answers
20 views

Custom calendar and add events for selected dates [closed]

I want to create custom calendar in my App.In that i need to add some events,for that I need to add button controls in the particular date.And need to implement actions for those buttons.Because one ...
0
votes
4answers
41 views

Extend java.util.calendar class

I want to extend the java.util.Calendar class in order to add some extra functionality: import java.util.Calendar; abstract class ExtendedCalendar extends Calendar { public static ...
0
votes
1answer
18 views

TYPO3 Calendar plugin/extension. Which one to choose?

I have no clue about where to get started with my calendar plugin. Can you please suggest me if it's easy to create one from the scratch or use an existing one and modify it. If it's the later, which ...
0
votes
1answer
16 views

cannot view calendar in HTML table

I have a html table, which contains startDate and endDate. I want to show calendar to select date while clicking those text boxes. Then we select a date from that calendar then the selected date will ...
1
vote
2answers
53 views

reset html <td> tag to original color

I'm trying to reset an HTML <td> tag to it's original color using an onclick and then calling two javascript functions. The first function will (hopefully) set the previously changed color. ...
0
votes
2answers
36 views

Displaying a weekday name in VB

Good morning, I am using a calendar form control to grab user selected dates and date ranges. On a calendar click event I refresh my form to show the user the selected start and end dates. As ...
0
votes
0answers
9 views

Events not showed with the correct StartDate and EndDate

This is the returned Json: { "success":true, "evts":[{ "EventId":"1", "CalendarId":"2", "Title":"today2", "StartDate":"2013-05-01 10:00:00", "EndDate":"2013-05-03 02:00:00", ...
2
votes
1answer
36 views

How to use JCalendar to select an element of my array?

I have a 3D array that contains 38 years, 12 months, and 31 entries for each month (regardless of how many days in that month). Like so: array[38][12][31]. I also have a JCalendar that is doing ...
1
vote
1answer
48 views

Custom Calendar with Events in Android [closed]

My Requirement:- I am trying to make an app which have only calendar functionality, when user opens the app, calendar opens same like Google calendar. I receive events from web service and i have to ...
-1
votes
0answers
24 views

Putting image in table cell for particular date comapring dates with days in database [closed]

Hi I want to put image in tablecell by comparing the dates of the database with value of the cell,year and month. I'm able to put the image in table cell but that image will vanish when page get ...
0
votes
1answer
30 views

Content is not visible in CodeIgniter calendar

I can insert data into the database using CodeIgniter and also get the data from the database, but the problem is I can't get the data from date 1-9 (the data is present in the database). After the ...
0
votes
1answer
13 views

jquery calendar beforeShowDay multiple

hi i would like combine disable days and styled range date, i do that separately but i’d like do in same datepicker $(document).ready(function() { // get the current date var ...
1
vote
2answers
38 views

Does java Date handles localization(one of the reason to choose Calendar over Date)?

I always preferto use calendar over date class as its robust on date manipulation(Also i read somewhere Date class mainly exist becoz of backward compatibility probably for prior to jdk 1.1).But i ...
1
vote
3answers
38 views

Java GregorianCalendar and DST Cutover Times

I have a GregorianCalendar that I am am trying to set the time on. I am getting the date from one calendar and the time from another calendar. It mostly works, except for the 2AM hour of the DST ...
0
votes
2answers
19 views

Customizable calender control for attendance module

I am building website in .net by using mvc4 in visual studio 2012.I have got a problem while working in attendance module.I want some customizable calender for attendance so that i can mark absent and ...
2
votes
0answers
18 views

util.Calendar vs sql.Date in Android

What is the preferred data structure to use for objects that will interact with an Android sqlite database? util.Calendar or sql.Date? I want to use the less deprecated Calendar because my objects ...
0
votes
2answers
50 views

Scheduler using Calendar class

I am working on a Scheduler application where a user enter some information like a task name, time and date. The application should check every minute if there is a task at the current time, it will ...
0
votes
1answer
37 views

Parse specific date string format

I have read a lot of questions and searched for a lot of libs all over the internet but I can't find one that can do this quickly. I want to parse a specific date in a specific date format like this: ...
1
vote
0answers
45 views

Java 1.6, Calendar and Java cache

This is my first question, but is a important question (and strange question). Sorry if my english is not good, I dont speak it often. I have a big problem when I want to get a ...
1
vote
0answers
23 views

Viewing a public Calendar in android

I am creating an app and one of the options is that you will be able to open a public google calendar and view it on the phone. The calendar is from a different users google account but it is ...
0
votes
0answers
28 views

On Day_Render in ASP Calendar I creating LinkButton and Button How run Click Event on this?

On Day_Render in ASP Calendar I creating LinkButton and Button, by this code: e.Cell.Controls.Add(new LiteralControl(("Suma = " + sumaProcentow.ToString() + "/8" + "<br ...
0
votes
0answers
25 views

How can I do the Inserted date subtract Current date?

I am trying to subtract the Inserted date and the current date. The inserted date already in the format dd/mm/yyyy in SQLite. Here is my coding Calendar today = Calendar.getInstance(); String ...
1
vote
1answer
87 views

Disable specific dates on p:calendar

Is it possible to disable specific dates (for example: 15th May or 23rd June) on the PrimeFaces 3.5 <p:calendar> component? There is min and max, but I need to disable specific dates like public ...
0
votes
0answers
19 views

iOS parse and fetching events of google Calendar

I want to make an application where I retrieve the data of a calendar google account and populates a tableview and then to give choice of add that event in my calendar's Iphone, I read information of ...
-1
votes
0answers
9 views

Sharepoint calender entry form [closed]

I am running Sharepoint 2013. I have a calendar within it that I use to track whereabouts of employees (around 30 people). Each employee can click a date, hit "add" and fill out the form which ...
0
votes
1answer
44 views

Generate .ics file on iOS

I'm building ios application that must generate .ics file from iPhone Calendar, but can't found solution for it. As I see EventKit Framework doesn't give this functionality, maybe some other ...

1 2 3 4 5 85