mediawiki-extensions / mw-calendar

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

iCal form doesn't work #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've just installed your calendar on my wiki and decided to make a simple
calendar with all of my local holidays so that I could subscribe to it when
creating other calendars.  I inputed several days but decided I would try
out the iCal support so that I could make the holidays recurring.

However, when I created an .ics file in outlook and tried to upload it it
would not.

Investigating what the issue was I've been lead to the conclusion that the
upload box is not within any form tags, meaning it is an orphan form.

Is the upload box meant to be within the "cal_frm" form or within its own
form tag?

Thanks,

Original issue reported on code.google.com by ev.delen...@gmail.com on 6 Jul 2009 at 6:10

GoogleCodeExporter commented 8 years ago
Pardon me, I'm using v.3.7.7.1.

Original comment by ev.delen...@gmail.com on 6 Jul 2009 at 6:12

GoogleCodeExporter commented 8 years ago
You are correct. Somewhere in one of my latest builds, I moved the ical code 
out of
the form structure by mistake. 

As a quick fix, you'd have to uncomment 
"<!--<tr><td>[[Load_iCal]]</td></tr>-->" from
the template and then use a REPLACE.

You can also make the repeating events manually by editing the 
"name/recurrence" page
../index.php?title=Calendar:NSC_Calendar/Public/recurrence
RRULE:FREQ=YEARLY;INTERVAL=1;BYMONTH=5;DAY=12;SUMMARY=test
RRULE:FREQ=YEARLY;INTERVAL=1;BYMONTH=5;DAY=13;SUMMARY=test

Original comment by kenyu73 on 6 Jul 2009 at 6:44

GoogleCodeExporter commented 8 years ago
testing fix

Original comment by kenyu73 on 4 Aug 2009 at 10:36

GoogleCodeExporter commented 8 years ago
form issue fixed in v3.8

Original comment by kenyu73 on 5 Aug 2009 at 3:00