rPrograming / google-rfc-2445

Automatically exported from code.google.com/p/google-rfc-2445
Apache License 2.0
0 stars 0 forks source link

VcalRewriter.rewriteRule("RRULE:MP6 2+ MO TU WE TH FR #10") #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
expected output: 
FREQ=MONTHLY;INTERVAL=6;BYDAY=2MO,2TU,2WE,2TH,2FR;COUNT=10

FREQ=MONTHLY;INTERVAL=6;BYDAY=2MO,TU,WE,TH,FR;COUNT=10

What version of the product are you using? On what operating system?

Please provide any additional information below.
According to the document "ivCalendar The Electronic Calendaring and Scheduling 
Exchange Format Version 1.0",

Every six months on the 2nd Monday thru Friday for 10 occurences:
    MP6 2+ MO TU WE TH FR #10

Original issue reported on code.google.com by william....@gmail.com on 13 May 2009 at 4:12