Date: 2009-04-15 13:53 Posted By: Don Ellis (dellis@itx.net) There is nothing here that describes the module. Is there anywhere?
A fork of the original Calendar project. This module handles recurring events in a different way. Has better template control, is more stable, and is easier to work with. This module is in no way compatible with the original Calendar module, and in no way should you try to convert data or templates from one to the other.
Comments
Date: 2010-02-10 12:25 Posted By: Jim (testspecimen) Quick note - in the default List Display template, change the bottom four lines from: {if $return_url != ""} <div class="calendar-returnlink">{$return_url}</div> </div> {/if} to: {if $return_url != ""} <div class="calendar-returnlink">{$return_url}</div> {/if} </div> Otherwise your divs get out of hand if you don't have a return link set!