Wed, Aug 27th 2008, 18:01 | Wiki | Forum | jAC
-- Aug 2008 ++
wk#MTWTFSS
31       
1
2 3
324 5 6 7 8 9 10
3311 12 13 14 15 16 17
3418 19 20 21 22 23
24
3525 26 27 28 29 30 31
-- Sep 2008 ++
wk#MTWTFSS
371 2 3 4 5 6 7
388 9 10 11 12 13 14
3915 16 17 18 19 20 21
4022 23 24 25 26 27 28
4129 30          
-- Oct 2008 ++
wk#MTWTFSS
40    1 2 3 4 5
416 7 8 9 10 11 12
4213 14 15 16 17 18 19
4320 21 22 23 24 25 26
4427 28 29 30 31    

Features

  • Theme and Language
  • Show a week number
  • API to booking data
  • Booking Categories
  • Multi Property Display

jACTheRentalCalendar Features

jACTheRentalCalendar is not associated with any Listing Service or Website. You can control the theme to match your personal property website. You can display the calendars in multiple formats and languages. You can display multiple calendars on the same page.

jACTheRentalCalendar also can automatically read your data from any other source, such as Rentors.org, and re-display the data in a format of your own design. That means you don't need to use jAC to maintain the availability, you could just use jAC to display your existing calendars with a color scheme to match your site!! Works with Rentors.org, VacationRentals.Com, CyberRentals.com, Holiday-Rentals.com, VacationHomes.Com.

jACTheRentalCalendar can show multiple calendars on a single page. Check the example, data from different sources on the same page.

12 months, 2 columns, Starting in Current Month, Using Booking Data entered in jAC.


12 months, 3 columns, Browse through some of the themes! This example uses Rentors.Org as booking data source.


Here is an example of one kind of link to a multi-property calendar


Features

  • A simple booking calendar with up to 4 "booked" states that you can customize.
  • Add a Private Note for each booking you enter on the calendar.
  • Display your calendar with a simple link. ::sample::
  • Instead of adding your own bookings in jAC, you could link your availability from Rentors.Org and others services. Once linked, all the jAC features are available such as calendar themeing, XML feed, iCAL feed, and searching.
  • Use a variety of themes or make your own ::sample::
  • Use a variety display options for LANGUAGE, columns, first day of week, week numbers, headings, etc... Here's a 2 month calendar in french with no headings and no legends, showing week numbers and starting on monday ::sample:: This would most likely be used in a thin column IFRAME on your page. It will shrink to fit.
  • You can get just the data for use in other applications. Retrieve an XML Feed of Property Availability ::sample:: or retrieve an iCal Feed of Property Availability ::sample::
  • jAC provides some simple auto-generated pages of your property. Link A Simple Property Flyer. ::sample:: or an entire Property Mini Site. ::sample::
  • View and Print Booking Reports.

Multi-Property Features

  • Multi-Property Calendar (by property). ::sample::
  • Multi-Property Calendar (by month). ::sample::
  • A Simple Multi-Property MiniSite that includes availability search, group calendars, and contact forms. ::sample::

Using jAC Links to your Calendar

This page describes three ways to use HTML to display the calendar and enquiry form on your own web site. (There are other ways, if you are good at HTML, please share with us on the forum. )

You can copy and paste from the highlighted HTML code areas below to your own web pages. These examples use a property code JU-100, of course you should substitute your property code!

TEXT LINKS

Use on your menus or anywhere on your page. This example creates the clickable text 'Availabiliy Calendar' that will pop the calendar on a new window. You usually want to use a new window, so your own website stays visible. If you don't use a new window, then a visitor may lose your page and not come back to your website.

<a href="http://therentalcalendar.com/jac/show/calendar/JU-100" target="blank">Availability Calendar</a>

Produces this link: Availability Calendar

BUTTON LINK: Create a clickable button

This example creates a clickable BUTTON on your page with a label. It also pops the calendar to a new window.

<form> <input type="button" Value="Click for Availability!!" OnClick="window.open('http://therentalcalendar.com/jac/show/calendar/JU-100','blank')"> </form>

Produces this button:

IFRAME : embed the calendar in your page

You could embed the calendar right in one of your pages without any clicking by the visitor. Using an “iframe” is pretty simple and you can place the calendar almost anywhere.

<iframe name="IF1" src="http://therentalcalendar.com/jac/show/calendar/demo100?&cfg=c:2,m:6,cb:0" height="750" width="80%" marginwidth="4" marginheight="4" border="0" frameborder="0" > Your browser does not support inlineframes</iframe>

Produces this in your page:


Additional Configuration


Notice that I added some additional configuration options in the IFRAME example: "&cfg=c:2,m:6,cb:0" to override what I saved as defaults inside jAC. These CFG options are explained in the advanced config page of the wiki. Basically that says "2 columns, 6 months, hide close button"