mediawiki-extensions / mw-calendar

Automatically exported from code.google.com/p/mw-calendar
0 stars 2 forks source link

I cant Sharing Calendars #117

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I cant sharing Calendars.
MediaWiki   1.15.1
PHP     5.2.1 (cgi-fcgi)
MySQL   4.1.22-log

Site-Name:"FeG Syke"
LocalSettings:
-----
require_once("$IP/extensions/Calendar/Calendar.php");

// Puts events into their own namesspace/group (not included in 'main'
searches... etc)
$wgExtraNamespaces[100] = "Kalender";
$wgExtraNamespaces[101] = "Kalender_talk";
//Note: 'Calendars' is an example, please feel free to use whatever name
you wish

// Puts the events into Subpages (allows a quick link back to primary calendar)
$wgNamespacesWithSubpages[100] = true;
$wgNamespacesWithSubpages[101] = true;

$wgCalendarForceNamespace='Kalender';
-------
Calendars:
Kalender:Interner Kalender (<calendar name="Interner Kalender" />)
Kalender:Technik (<calendar name="Technik" />)

Now i want to subscripe to the Calendar "Interner Kalender" from the
Calendar "Technik". But it will so not work:
<calendar name="Technik" subscribe="Feg Syke/Interner Kalender" />
No events from the Calendar "Interner Kalender" where displayed.

Is it a bug? 

Original issue reported on code.google.com by Kalen...@syke.feg.de on 15 Nov 2009 at 6:21

GoogleCodeExporter commented 8 years ago
The format should be:

<calendar name="Technik" subscribe="Kalender:Interner Kalender/Interner 
Kalender" />

< pagename/calendar name > is the corrent format.

Original comment by kenyu73 on 16 Nov 2009 at 10:01

GoogleCodeExporter commented 8 years ago

Original comment by kenyu73 on 6 Jan 2010 at 1:34