The following will embed the month view of the calendar indicated by the calendar parameter:
<div id="kronolithCal"></div><script src="http://localhost/horde/services/ajax.php/kronolith/embed?token=5UrWNtIWpFwkxXALbL_fDg3&calendar=internal_qAJrkfuHbKlcFSBcadUkOg1&container=kronolithCal&view=month" type="text/javascript"></script>
The following will embed the "summary" view:
<div id="kronolithCal"></div>
<script src="http://localhost/horde/services/ajax.php/kronolith/embed?container=kronolithCal&view=summary" type="text/javascript"></script>
you may add the following parameters to the summary view:
calendar=x Limit to events in the specified calendar.
days=x - limits the number of days shown in the summary view to x.
maxevents=x limits the number of events shown to x.
The following embeds the "monthlist" view:
<div id="kronolithCal"></div>
<script src="http://localhost/horde/services/ajax.php/kronolith/embed?container=kronolithCal&view=monthlist" type="text/javascript"></script>
You may add the following parameters:
calendar
months
maxevents
The file imple.php does not seem to exist anymore so I gather that is no longer an option?
Is there a way to restrict the summary view to only one day with something like "days=1"? What is the proper syntax?
Are there any tricks to embedding all calendars or multiple calendars?