Difference between revisions of "PT Calendar"

From ADF Docs
Jump to: navigation, search
(Installation Guides)
(Installation Guides)
(4 intermediate revisions by the same user not shown)
Line 57: Line 57:
  
 
== Installation Guides ==
 
== Installation Guides ==
'''Current ADF 2.x Release Version:'''
+
'''Current ADF Release Version:'''
 +
* v4.5
 +
** [[PT_Calendar_Version_4.5_Release_Notes|Version 4.5 Release Notes]]
 +
** [[PT_Calendar_Version_4.5_Install|Version 4.5 Install Guide]]
 +
** [[PT_Calendar_Version_4.5_Upgrade|Version 4.5 Upgrade Guide]] (from v4.4)
 +
 
 +
'''ADF 2.5 and above Release Versions:'''
 +
 
 +
* v4.4
 +
** [[PT_Calendar_Version_4.4_Release_Notes|Version 4.4 Release Notes]]
 +
** [[PT_Calendar_Version_4.4_Install|Version 4.4 Install Guide]]
 +
** [[PT_Calendar_Version_4.4_Upgrade|Version 4.4 Upgrade Guide]] (from v4.3)
 +
 
 +
'''IMPORTANT''': The above versions of this application require '''ADF 2.5''' or greater and '''CommonSpot 10.5.2 or 10.6.1''' or greater.
 +
 
 +
'''ADF 2.0 to 2.4 Release Versions:'''
 
* v4.3
 
* v4.3
 
** [[PT_Calendar_Version_4.3_Release_Notes|Version 4.3 Release Notes]]
 
** [[PT_Calendar_Version_4.3_Release_Notes|Version 4.3 Release Notes]]
Line 63: Line 78:
 
** [[PT_Calendar_Version_4.3_Upgrade|Version 4.3 Upgrade Guide]] (from v4.2)
 
** [[PT_Calendar_Version_4.3_Upgrade|Version 4.3 Upgrade Guide]] (from v4.2)
  
'''Previous ADF 2.x Versions:'''
 
 
* v4.2
 
* v4.2
 
** [[PT_Calendar_Version_4.2_Release_Notes|Version 4.2 Release Notes]]
 
** [[PT_Calendar_Version_4.2_Release_Notes|Version 4.2 Release Notes]]
Line 78: Line 92:
 
** [[PT_Calendar_Version_4.0_Install|Version 4.0 Install Guide]]
 
** [[PT_Calendar_Version_4.0_Install|Version 4.0 Install Guide]]
 
** [[PT_Calendar_Version_4.0_Upgrade|Version 4.0 Upgrade Guide]] (from v3.1)
 
** [[PT_Calendar_Version_4.0_Upgrade|Version 4.0 Upgrade Guide]] (from v3.1)
  IMPORTANT: v4.x of this application requires '''ADF 2.0''' or greater (and '''CommonSpot 10''' or greater)
+
  '''IMPORTANT''': The 'ADF 2.4.x Release Versions' of this application require '''ADF 2.0 to 2.4.x''' and '''CommonSpot 10 up to 10.5.1 or 10.6'''
 +
<!-- IMPORTANT: v4.x of this application requires '''ADF 2.0''' or greater (and '''CommonSpot 10''' or greater) -->
  
'''Current ADF 1.8.x Release Version:'''
+
'''ADF 1.8.x Release Versions:'''
 
* v3.1
 
* v3.1
 
** [[PT_Calendar_Version_3.1_Release_Notes|Version 3.1 Release Notes]]
 
** [[PT_Calendar_Version_3.1_Release_Notes|Version 3.1 Release Notes]]
Line 86: Line 101:
 
** [[PT_Calendar_Version_3.1_Upgrade|Version 3.1 Upgrade Guide]]
 
** [[PT_Calendar_Version_3.1_Upgrade|Version 3.1 Upgrade Guide]]
 
  IMPORTANT: v3.1 of this application requires the '''ADF 1.7''' up to '''ADF 1.8.x'''
 
  IMPORTANT: v3.1 of this application requires the '''ADF 1.7''' up to '''ADF 1.8.x'''
 
<!--
 
'''Current ADF 1.8.x Development Build:'''
 
* v3.2
 
** [[PT_Calendar_Version_3.2_Release_Notes|Version 3.2 Release Notes]]
 
** [[PT_Calendar_Version_3.2_Install|Version 3.2 Install Guide]]
 
** [[PT_Calendar_Version_3.2_Upgrade|Version 3.2 Upgrade Guide]]
 
IMPORTANT: v3.2 of this application requires the '''ADF 1.7''' up to '''ADF 1.8.x'''
 
-->
 
  
 
* v3.0
 
* v3.0
Line 113: Line 119:
  
 
  IMPORTANT: v2.x of this application requires '''ADF 1.5''' up to '''ADF 1.8.x'''
 
  IMPORTANT: v2.x of this application requires '''ADF 1.5''' up to '''ADF 1.8.x'''
 +
 +
<!--
 +
'''Current ADF 1.8.x Development Build:'''
 +
* v3.2
 +
** [[PT_Calendar_Version_3.2_Release_Notes|Version 3.2 Release Notes]]
 +
** [[PT_Calendar_Version_3.2_Install|Version 3.2 Install Guide]]
 +
** [[PT_Calendar_Version_3.2_Upgrade|Version 3.2 Upgrade Guide]]
 +
IMPORTANT: v3.2 of this application requires the '''ADF 1.7''' up to '''ADF 1.8.x'''
 +
-->
  
 
== Known Issues/Bugs ==
 
== Known Issues/Bugs ==

Revision as of 22:07, 12 October 2020

About the Calendar App

The Calendar application is built using the Application Development Framework (ADF).


Overview

The Calendar application for robust handling and display of events. Calendars can be displayed by day, week and month in both list and grid formats. The events that show in the calendars can be determined by Organization, Category, Approval Status and many more parameters. This fine level of control makes it ideal for having internal and external facing calendars for your organization.

Requirements

ADF Library components that are required for the Calendar application:

  • CEData_1_1
  • CSData_1_1
  • Data_1_1
  • Date_1_1
  • Forms_1_1
  • Scripts_1_1
  • UI_1_0
  • CCAPI

App v3.0 and higher also requires:

  • CSContent_1_0
  • Utils_1_1

The ADF must be configured correctly on your site for Calendar App. Please check the Install and Upgrade guides for the minimum required ADF version.

The Site Configuration (ADF.cfc) wiki page has instructions for configuration.


Pre-installation Considerations

The Application Development Framework (ADF) must be setup and configured on the server for the site that will be implementing the Social Media application. For detailed instructions follow the ADF Overview wiki page for Site Configurations.

This installation guide assumes that you have no Custom Elements and/or Metadata Forms with the names above. Before the install, remove any Custom Elements/Metadata Forms with the names listed in the "Contents" section above. (If you do not remove existing elements with these names, you may have difficulties during the installation.)

Installation Guides

Current ADF Release Version:

ADF 2.5 and above Release Versions:

IMPORTANT: The above versions of this application require ADF 2.5 or greater and CommonSpot 10.5.2 or 10.6.1 or greater.

ADF 2.0 to 2.4 Release Versions:

IMPORTANT: The 'ADF 2.4.x Release Versions' of this application require ADF 2.0 to 2.4.x and CommonSpot 10 up to 10.5.1 or 10.6

ADF 1.8.x Release Versions:

IMPORTANT: v3.1 of this application requires the ADF 1.7 up to ADF 1.8.x
IMPORTANT: v3.0 of this application requires ADF 1.6 up to ADF 1.8.x

Calender 2.x Versions:


IMPORTANT: v2.x of this application requires ADF 1.5 up to ADF 1.8.x


Known Issues/Bugs

Found a bug, view the PT Calendar Issues page. Your issue not on the list? Then post it so the issue can be addressed.