I am working with radcalendar. it displays all months of the year. In any calendar month it displays around 42 days.
I dont want to display more than 31 days in any month.
Are you looking for ShowOtherMonthsDays
Related
I want to set my start and end time and make my daily time twenty four hours with Fulll Calendar io. For example, can I display it as nine in the morning and nine in the next day, or is there another library I can display?
I am trying to user google calendar api to schedule events,
they have different recurrency types
type1: weekly
type2: every 14 days
type3: every 28 days
type4: every 42 days
type5: every 56 days
The problem is:
if the 56th day falls on the weekend, the appointment should be moved to monday.
I am new to rrule, and am trying to get my head around this.
Can someone help me to understand a little bit?
Nevermind, Just noticed that for this specific answer, all the types are variations for the weekly
type1: weekly - weekly :)
type2: every 14 days - weekly, every other week
type3: every 28 days - weekly, every 4 weeks
type4: every 42 days - weekly, every 6 weeks
type5: every 56 days - weekly, every 8 days
For the sake of future implementations, and for me to try to understand RRules better, though, let's make this a bit harder, WHAT IF this is something like:
type1: weekly
type2: every 13 days
type3: every 27 days
type4: every 41 days
type5: every 55 days
Can someone please try and explain me how to go through this issue?
Thanks!!
You can import .ics files into google calendar that define recurring events. Once imported, they are not editable, however.
This should get you going How can an ICS file be written for a recurring event?
I am experiencing a very odd problem and I cannot reproduce it!
I have around 70 users using my app which has the calendar display events.
The events are loaded into the calendar from a PHP function which populates the eventsource.
On 68 of the users everything displays perfectly.
On 2 users, the events are displayed 2 days ahead of the actual event in the calendar.
i.e. Easter monday is an event that I am displaying and it displays in their calendar on the 23rd April instead of the 21st.
I have tried to reproduce this on my PC but am unable.
Any suggestions would be greatly appreciated.
Regards
Col
I have an instance of full calendar running on my asp.net site but it keep showing too many weeks. Such as not it is showing 6 weeks even tho there are only 5 weeks in November
You just have to set fixedWeekCount: false that should do the trick, it will show the correct amount of weeks by month.
http://fullcalendar.io/docs/display/fixedWeekCount/
I have a calendar for day view, month view and week view. In month view all the days in the particular month (month which user selects) will be displayed in a grid. Suppose if a month begins by wednesday/thursday then the cells of monday, tuesday remains blank. Instead I need to display last two days of previous month and similarly if the month ends on monday/tuesday then the remaining cells should be filled with starting dates of succeeding month. pls provide code for this functionality..... thanx in advance... :-)
Why don't you try using a premade control like the ASP .Net calendar control or jquery UI's DatePicker?
http://jqueryui.com/demos/datepicker/
I am not sure what your requirements are. Maybe there is a control out there that can work for you?
If you want to do this yourself, how are you programming it? Can you explain a little more of how you are creating this control?