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 ...
0
votes
1answer
8 views
Part of Popup calander hidden behing iframe
All respected members,
i am trying to insert a aspx page within iframe in html page as :
<iframe id="one" src="ElectLocoPerformance2.aspx" height="100%" width="100%" runat="server" ...
0
votes
0answers
5 views
Custom calendar ios
Currently, I am working on a project containing a calendar view. The client has requested a special kind of calendar (attached image).
I have two questions about this:
1 - Will you advise me to ...
0
votes
1answer
20 views
cant find MinDate Property in WPF Calendar Control
Can anyone help me?
I can't find minDate Property in Calendar control in WPF 4.0.
If there is no minDate or maxDate property in Calendar Control then how could I achieve the same?
0
votes
1answer
26 views
bootstrap calendar javascript alert in cakephp
well, i am try to use this calendar in cakephp and it works.
https://github.com/ahmontero/bootstrap-calendar
I am a very new and never learn jquery before. ok now i wish to did some modification on ...
0
votes
0answers
15 views
ADD Event for MBCalendar Kit in ios
In my app, i am using the MBCalendar Kit
I got the source code from MBCalendar from CocoaControl.
But how can I add a new event for displaying in the tableview?
0
votes
0answers
8 views
Sharepoint Calendar Color Coding
I have used this tutorial to color the events in the calendar based on two scenarios (internal & external): Color-Code Events on a SharePoint Calendar
The problem occured in the calendar webpart ...
0
votes
0answers
12 views
Ruby on Rails | How to request from a UDP based API?
I am slowly but surely learning my way through rails and loving it greatly. Lately I have decided to try and create a personal project. This project is a calendar that accesses an API and creates ...
0
votes
1answer
19 views
class calendar not found
I want to add a Calendar on Google Calendar with this code.
function addCalendar($client, $nomeInsegnamento, $codiceInsegnamento){
$calendar = new Calendar();
...
-1
votes
1answer
15 views
I want a dynamic calendar in HTML where background color of particular date can be changed [closed]
I want to list the holidays of a particular organisation in different colors according to the different types of holidays they have. So is there a way to do so??
0
votes
1answer
20 views
Symfony2 service setting
I am planning to make the scheduler calendar. So I picked up calendR.
Guided by the instruction on this page, I installed frequence-web/calendr-bundle
Then I wanted to use CalendR with Doctrine. I ...
0
votes
1answer
20 views
Why Codeigniter is showing error “Missing argument 1 for tc_calendar::tc_calendar()”
I have been trying to use tc_calender in my codeigniter for data picking.
I have stored the tc_calender.php & calendar_form.php in libraries folder and in autoload.php mentioned as:
...
0
votes
2answers
44 views
Load image in calendar in IOS
In my app, I want to implement the month wise calendar.
It should display the like as per following image.
How can I implement the calendar like this? Is there any third party Library or any ...
0
votes
2answers
22 views
Events don't displayed in calendar
I've followed Railscast #213 to create Calendar, which shows current_user.events. But my calendar doesn't display them.
I think, that the problem is because I'm using datetime instead of date as Ryan ...
0
votes
3answers
35 views
Java: How to make an application-wide GregorianCalendar thread safe?
I have a database with many tables that store date/times in a UTC numeric format (modified Julian Day numbers).
This works well, but of course any time dates need to be displayed to the user, the ...
1
vote
1answer
14 views
Lunar calendar implemenation in android
I have to implement two calendars in my app Gregorian and Lunar.I have done with Gregorian but i am stuck on Lunar calendar.
Is there any api available for Lunar Calendar implementation.