Top "Calendar" questions

A calendar is a system of reckoning time in which the beginning, length and divisions of a year are defined.

fullcalendar with clickable popup on hover

I need a pop up on hover full calendar like this one. Have tried full calendar with qtip but could …

javascript jquery calendar fullcalendar qtip
Subtracting two dates

I have two calendars and each return a DateTime from calendar.SelectedDate. How do I go about subtracting the two …

c# datetime calendar timespan
Getting events from calendar

My issue is, I have to make one demo application in which I wants to read the events of the …

android calendar google-calendar-api
How to get the current date without time in scala

I want to get the current date so I used: Calendar.getInstance().getTime() But as it .getTime() it is returning: …

scala date datetime calendar
.NET: Get all Outlook calendar items

How can I get all items from a specific calendar (for a specific date). Lets say for instance that I …

c# .net outlook calendar recurring
Calendar returns wrong month

Calendar rightNow = Calendar.getInstance(); String month = String.valueOf(rightNow.get(Calendar.MONTH)); After the execution of the above snippet, month …

java calendar
Getting Year, Month and Date in Android

I am trying to get today's Year, Month and Date using following code; Calendar calendar = Calendar.getInstance(); int thisYear = calendar.…

android calendar
What's the best way to model recurring events in a calendar application?

I'm building a group calendar application that needs to support recurring events, but all the solutions I've come up with …

ruby algorithm calendar data-modeling recurrence
How can I create a dynamic weekly schedule in HTML and Javascript?

It's simple to create a table based layout for a weekly calendar with 7 columns for each day of the week …

javascript html calendar tabular
Difference between EST and America/New_York time zones

Can somebody please tell, what's the difference between the following two statements: TimeZone.getTimeZone("America/New_York") and TimeZone.getTimeZone("…

java calendar timezone