The question is:
how to display (what to change inside code) to display different info in week view and in day view f.ex.:
week view – time, title
day view – time, title, description ect.
and pro-forma: month view – time, title
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the global JS declare,
In the constructor of fullCalendar there is viewDisplay trigger, use this code.
The code is very hacky, but it is much better than digging in the source code for the calendar. You must remember to add and remove any feeds, usually you will notice that your feeds start to duplicate.. this means there is a remove missing somewhere.