[TYPO3-calendar] how can i include country & city value into feed URL

Björn Pedersen pedersen at frm2.tum.de
Tue Oct 11 10:25:19 CEST 2011


Am 11.10.2011 09:40, schrieb Dodi Iriyanto:
> Dear list,
> 
> I create new RSS feed from Calendar base extension to display not only
> title, event url, start date & end date but also will include country &
> city as well. Unfortunately country & city items are not showing up. I
> use marker ###COUNTRY### & ###CITY###.
> 
> Andy ideas what might be wrong are welcome. Here is my typoscript:
> 
> # point your RSS reader to: http://your-server.org/index.php?type=151
> 
> ## This enables the xml news feed
> calRSS = PAGE
> calRSS {
>      typeNum = 151
>     10 =< plugin.tx_cal_controller
>     10 {
>         pidList = {$plugin.tx_cal_controller.pidList}

>                    
>                 location < plugin.tx_cal_controller.view.location.location
>                 location {
>                
>                 }
>    
		 ^^^ This looks bogus


>                 event <
> plugin.tx_cal_controller.view.event.event               
> 
>                 event {
>                     title {
>                    
>                                    
>                     location.dataWrap = |
>                    
		   ^^^ I guess your markers are wrong, maybe ###LOCATION## will work
better.


More information about the TYPO3-project-calendar mailing list