-
Hello,
any plan to support the new RFC? http://tools.ietf.org/html/rfc5545
I need to get result RRULE string to be parsed with a library that uses this more recent version of the specification that …
-
It is necessary to do research about existing web calendars, their features, architectures, rules etc.
-
Looks like vzic ignores last timezone modification entry in "Pure" mode:
The last STANDARD section (in generated Moscow.ics) is:
```
BEGIN:STANDARD
TZOFFSETFROM:+0300 …
-
From the docs, you can see that when you call `RRule.toString()`, the property value of WKST is an integer - in this case 0.
```
RRule.optionsToString(rule.options)
"FREQ=WEEKLY;DTSTART=20120201…
-
From Milan on 6 Feb 2018:
> Hi,
> I just realized that since libical 3.0 the COMPLETED property is
> provided as strictly DATE-TIME, while previous versions (like 2.0)
> could save DATE ther…
-
Hi,
I have the following situation:
- I use a Kendo Scheduler to create events (into a database). Then I use the created events as work planning for employees.
- I have an event created on 2018-0…
-
Is there any way to generate dates based on the week of the month?
For instance every 2nd Thursday between April and June.
-
I have a calendar (generated by Google) with a line like so:
> RRULE:FREQ=MONTHLY;UNTIL=20180819;INTERVAL=12;BYDAY=3MO
If I use `rrulestr` to parse this recurrence with a `dtstart` **including t…
-
According to the RFC 2445 and 5545, shouldn't the WKST values be converted to the format "MO", "TU", "WE", etc. when calling toString()? Currently WKST values will be outputted as number values which …
-
Since 2.7, the following code fails in our project:
```python
rule = rrule.rrulestr("RRULE:FREQ=WEEKLY;WKST=MO;BYDAY=MO,TU;UNTIL=20180331T200000Z")
```
This is the error we see:
```python-t…