Page MenuHomePhabricator

#set_recurring_event week number function not working?
Closed, InvalidPublic

Description

Author: mitchell_neill

Description:
Hi.

I've got:

{{#set_recurring_event:property=Event Dates

start={{{Start Date}}}
end={{{End Date}}}
unit=month
week number=2

}}

According to the documentation, this is supposed to set a recurring date of the 2nd week of every month between start and end. Unfortunately it does not seem to work. Only one value of Event Dates is set (Start Date set to 1st of Jan 2011, End Date set to 30th August 2011).

This is with MW 1.16, SMW 1.5.5 and SF 2.0.9.

Is this a bug?

Thanks
Neill.


Version: unspecified
Severity: major

Details

Reference
bz27011

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:16 PM
bzimport set Reference to bz27011.

mitchell_neill wrote:

Okay, been experimenting.

{{#set_recurring_event:property=Event Dates

start={{{Start Date}}}
end={{{End Date}}}
period=1
week number={{{Week of Month}}}
unit=month

}}

Doesn't work. Nor does:

{{#set_recurring_event:property=Event Dates

start={{{Start Date}}}
end={{{End Date}}}
period=1
week number=2
unit=month

}}

However:

{{#set_recurring_event:property=Event Dates

start={{{Start Date}}}
end={{{End Date}}}
period=1
unit=month

}}

Does work, so I can only assume that it's the week number functionality that has an issue.

This seems to no longer be an issue in the latest version of SMW - setting to "invalid".