Common markers:
These are substituted in the event- and list-view templates:
Markers:
EDIT_LINK - According to the rights the edit and/or delete icon will be displayed
TITLE - The event title
STARTDATE - The startdate of the event parsed through "view.{view}.startdate_stdWrap" or if not available through "view.{view}.dateFormat"
ENDDATE - The enddate of the event parsed through "view.{view}.enddate_stdWrap" or if not available through "view.{view}.dateFormat"
STARTTIME - The starttime of the event parsed through "view.{view}.starttime_stdWrap" or if not available through "view.{view}.timeFormat"
ENDTIME - The endtime of the event parsed through "view.{view}.endtime_stdWrap" or if not available through "view.{view}.timeFormat"
ORGANIZER - The event organizer parsed through "view.{view}.organizer_stdWrap" if available or a link to the organizer-view if in allowedViews or view.organizer.organizerViewPid has been set
LOCATION - The event location parsed through "view.{view}.location_stdWrap" if available or a link to the location-view if in allowedViews or view.location.locationViewPid has been set
DESCRIPTION - The event description parsed through "view.{view}.description_stdWrap"
DESCRIPTION_STRIPTAGS - The event description parsed through "view.{view}.description_stdWrap" and being stipped of all tags afterwards
IMAGE - The event image(s) wrapped by "view.event.image_stdWrap",
ATTACHMENT - The event attachment: File wrapped by "view.event.attachment_stdWrap.wrap", "view.event.attachmentHeader_stdWrap" and "view.event.attachment"
MORE_LINK - Link to the 'full' event-view if the current view is a preview
Further markers are possible, condition: the markername has to be the same as a field in tx_cal_event. E.g. UID or PID. An according stdWrap can also be used: view.{view}.uid_stdWrap or view.{view}.pid_stdWrap
Event Language Markers (see controller/locallang.xml):
HEADING - The heading of the page -> l_event
TITLE_LABEL - The title label -> l_event_title
STARTDATE_LABEL - The startdate label -> l_event_startdate
ENDDATE_LABEL - The enddate label -> l_event_enddate
STARTTIME_LABEL - The startdate label -> l_event_starttime
ENDTIME_LABEL - The endtime label -> l_event_endtime
ORGANIZER_LABEL - The organizer label -> l_event_organizer
LOCATION_LABEL - The location label -> l_event_location
DESCRIPTION_LABEL - The description label -> l_event_description
ATTACHMENT_LABEL - The attachment label -> l_event_attachment
Further markers are possible, condition: the markername has to end with "_LABEL". E.g. PID_LABEL will be replaced by l_event_pid form the controller/locallang.xml
Subparts:
TEMPLATE_PHPICALENDAR_EVENT
This is the template for the standard calendar event.