I have added a header line to appear on a calendar and it never shows up. I only see the Month and Year with the calendar buttons left and right. How can I get a custom header text to appear at the top of a calndar view?
Re: Calendar Header
The header only changes the form, not the calendar.
I mean the form when you create an event in calendar.
regards
Re: Calendar Header
So, how do I change what appears in the calendar view header?
Re: Calendar Header
you cant do this right now, maybe in future version you’ll be able to changes more thins in calendar.
Re: Calendar Header
old topic, but is there a possibility to change it in SC V6 ?
We have only business hours from 08:00 to 22:00 so i don?t want to see the whole day !
Re: Calendar Header
Hi Gerd,
No, not yet, maybe in future versions. I dont have the exactly information when it will be released.
You can edit the header and footer from the form in calendar apps.
regards
Hi brucelet, here is a way that you can do it.
- Create a calendar app generate and run it
- View html source code of the generated calendar
- Create a blank application and past it ex:
?>
<!-- here all your html code -->
<?php
And thats it you can put anything on header.
Note: please modify the path of javascript calls o match with your calendar app.
Already i’m also have the same issue, thanks for the information.
I want to show the location of events on my calendar, how do I do that?