Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
ccab8968
Commit
ccab8968
authored
Mar 29, 2019
by
Siddharth Sheth
Committed by
Stefan Busemann
Dec 26, 2019
Browse files
[Issue Fixed] WIP: Resolve Provide ICS Data for calendar
parent
f246a1d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
extensions/t3org_layout/Configuration/TypoScript/Ext/SfEventMgt.ts
View file @
ccab8968
...
...
@@ -23,6 +23,46 @@ config.recordLinks.sf_event_mgt {
}
}
[
globalVar
=
TSFE
:
type
=
9819
]
config
{
disableAllHeaderCode
=
1
xhtml_cleaning
=
none
admPanel
=
0
metaCharset
=
utf
-
8
additionalHeaders
=
Content
-
Type
:
text
/
calendar
;
charset
=
utf
-
8
#
Since
8
LTS
additionalHeaders
.
10
.
header
=
Content
-
Type
:
text
/
calendar
;
charset
=
utf
-
8
disablePrefixComment
=
1
linkVars
>
}
plugin
.
tx_sfeventmgt
.
settings
.
format
=
ical
plugin
.
tx_sfeventmgt
.
settings
.
domain
.
data
=
getEnv
:
HTTP_HOST
plugin
.
tx_sfeventmgt
.
settings
.
useStdWrap
=
domain
pageNewsICalendar
=
PAGE
pageNewsICalendar
{
typeNum
=
9819
10
<
tt_content
.
list
.
20
.
sfeventmgt_pievent
10
{
switchableControllerActions
{
Event
{
1
=
icalDownload
}
}
settings
<
plugin
.
tx_sfeventmgt
.
settings
settings
{
startingpoint
=
180
format
=
ical
domain
.
data
=
getEnv
:
HTTP_HOST
useStdWrap
=
domain
}
}
}
[
global
]
[
globalVar
=
GP
:
tx_sfeventmgt_pievent
|
event
>
0
]
#
remove
all
meta
tags
from
cs_seo
...
...
extensions/t3org_layout/Resources/Private/Extensions/SfEventMgt/Templates/Event/Detail.html
View file @
ccab8968
...
...
@@ -51,6 +51,9 @@
{event.location.country}
</p>
</f:if>
<f:link.action
class=
"btn btn-outline-primary ml-3"
action=
"detail"
controller=
"Event"
arguments=
"{event:event}"
additionalParams=
"{type:9819}"
>
<span
class=
"fa fa-calendar"
></span>
<f:translate
extensionName=
"t3org_layout"
key=
"tx_t3org_layout.events.importdate"
/>
</f:link.action>
<f:if
condition=
"{event.link}"
>
<f:link.typolink
parameter=
"{event.link}"
class=
"btn btn-outline-primary ml-3"
>
Sign up
...
...
extensions/t3org_layout/Resources/Private/Language/locallang.xlf
View file @
ccab8968
...
...
@@ -8,6 +8,9 @@
<trans-unit
id=
"tx_t3org_layout.events.all_category"
>
<source>
All
</source>
</trans-unit>
<trans-unit
id=
"tx_t3org_layout.events.importdate"
>
<source>
Import event dates
</source>
</trans-unit>
</body>
</file>
</xliff>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment