By Guest on Tuesday, 18 March 2014
Replies 4
Likes 0
Views 5.6K
Votes 0
Hi,

the links for the export to Google Calendar were reversed.
The Google Public ICAL is the Private ICAL and the Google Private ICAL ist the Public ICAL.

<h3 class="export_pub">Öffentliche Events</h3>
<h3 class="export_priv">Öffentliche und private Events</h3>
<div class="ical_form_button export_public">
<a href="http://example.de/index.php?option=com_jevents&task=icals.export&format=ical&catids=10&years=0&k=802dc6b01c879af1fbbcd2bbe9611d12">Hier klicken um den Event Kalender herunterzuladen</a>
</div>
<div class="ical_form_button export_private">
<a href="http://example.de/index.php?option=com_jevents&task=icals.export&format=ical&catids=10&years=0&pk=e0ce4533ebf428ec05074842c9512f40&i=686">Hier klicken um den Event Kalender herunterzuladen</a>
</div>
<div class="jev_google_export">
<div class="jev_google_export_pub">
<a href="http://www.google.com/calendar/render?cid=http%3A%2F%2Fexample.de%2Findex.php%3Foption%3Dcom_jevents%26task%3Dicals.export%26format%3Dical%26catids%3D10%26years%3D0%26pk%3De0ce4533ebf428ec05074842c9512f40%26i%3D686" target="_blank"><img src="http://example.de//components/com_jevents/images/gc_button6.gif" border="0"></a>
</div>
<div class="jev_google_export_priv">
<a href="http://www.google.com/calendar/render?cid=http%3A%2F%2Fexample.de%2Findex.php%3Foption%3Dcom_jevents%26task%3Dicals.export%26format%3Dical%26catids%3D10%26years%3D0%26k%3D802dc6b01c879af1fbbcd2bbe9611d12" target="_blank"><img src="http://example.de//components/com_jevents/images/gc_button6.gif" border="0"></a>
</div>
</div>

David
Which version of JEvents are you using?
·
Wednesday, 19 March 2014 07:39
·
0 Likes
·
0 Votes
·
0 Comments
·

PHP Version : 5.4.26
MySQL Version : 5.1.72-log
Joomla : 2.5.19
component_com_jevents : 3.1.19
component_com_jce : 2.3.4.4
module_mod_jevents_cal : 3.1.19
module_mod_jevents_custom : 3.1.19
module_mod_jevents_filter : 3.1.19
module_mod_jevents_latest : 3.1.19
module_mod_jevents_legend : 3.1.19
module_mod_jevents_switchview : 3.1.19
plugin_finder_jevents : 3.1.19
plugin_search_eventsearch : 3.1.19
·
Wednesday, 19 March 2014 15:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you I will do some testing tomorrow on this.

Thanks
Tony
·
Wednesday, 19 March 2014 23:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Very sorry about that. A slight omission on my part.

Can you please open:

/components/com_jevents/views/default/helpers/defaultexportgoogle.php

and change at line 8 from:

function DefaultExportGoogle ($view, $privatelink, $publiclink) {

to:

function DefaultExportGoogle ($view, $publiclink, $privatelink) {


This will be in the next release of JEvents.

Thanks
Tony
·
Thursday, 20 March 2014 11:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post