|
|
|
| WebCalendarPro enables you to create four types of reports, which you can post on your site using two methods- Iframes (no php support is required) and php includes.These reports are available only for public calendars.
|
|
|
|
|
| Types of reports:
|
|
|
|
|
| 1. Mini calendars with the navigation function
|
|
|
|
| Export code:
|
| IFRAME:
|
| <IFRAME height="178" width="167" scrolling="No" src="http://ilych.unix.mitridat.com.ua/remote_calendar.php?calendar=CALENDAR_NAME" frameborder="0"></IFRAME>
|
|
|
| where CALENDAR_NAME the name of the calendar to export from
|
|
|
| PHP INCLUDE:
|
| <? Include ("http://ilych.unix.mitridat.com.ua/remote_calendar.php?calendar=CALENDAR_NAME"); ?>
|
|
|
| where
|
|
|
| 2. Mini calendar without the navigation function
|
|
|
|
| Export code:
|
| IFRAME:
|
| <IFRAME height="178" width="167" scrolling="No" src=" http://ilych.unix.mitridat.com.ua/remote_calendar.php?dev=yes&calendar=CALENDAR_NAME&month=MONTH&year=YEAR" frameborder="0"></IFRAME>
|
| where
|
|
|
| PHP INCLUDE:
|
| <? Include ("http://ilych.unix.mitridat.com.ua/remote_calendar.php?dev=yes&calendar=CALENDAR_NAME&month=MONTH&year=YEAR"); ?>
|
| where
|
|
|
|
|
| 3. Comming soon events
|
|
|
|
| Export code:
|
| IFRAME:
|
| <IFRAME height="HEIGHT" width="WIDTH" scrolling="No" src="http://ilych.unix.mitridat.com.ua/remote_homepage.php?toshow=today&calendar=CALENDAR_NAME" frameborder="0"></IFRAME>
|
| where
|
|
|
| PHP INCLUDE:
|
| <? Include ("http://ilych.unix.mitridat.com.ua/remote_homepage.php?toshow=today&calendar=CALENDAR_NAME"); ?>
|
| where
|
|
|
|
|
| 4. Today events
|
|
|
| Export code:
|
| IFRAME:
|
| <IFRAME height="HEIGHT" width="WIDTH" scrolling="No" src="http://ilych.unix.mitridat.com.ua/remote_homepage.php?toshow=today&calendar=CALENDAR_NAME" frameborder="0"></IFRAME>
|
| where
|
|
|
| PHP INCLUDE:
|
| <? Include ("http://ilych.unix.mitridat.com.ua/remote_homepage.php?toshow=today&calendar=CALENDAR_NAME"); ?>
|
| where
|
| |
|
|
|
|
|
|
|
|