-
[RFC 5545](https://tools.ietf.org/html/rfc5545#section-3.8.2.3) says about the `DUE` field:
> For cases where this property
> is specified in a "VTODO" calendar component that also specifies a
> "DTS…
-
It seems that lib-recur is missing substring "RRULE:" before any recurrent rule as in rfc5545 doc
-
for example, the input is:
```
百色-----\n田东北-15:56\n平果-16:21\n隆安东-16:38\n南宁-17:15\n南宁东-17:31\n宾阳-18:05\n贵港-18:30\n梧州南-19:36\n郁南-19:56\n南江口-20:15\n肇庆东-20:54\n三水南-21:08\n广州南-21:39
```
the ouput:
```…
-
As you're probably aware, RFC 5545 specifies, for the TZID parameter,
>The presence of the SOLIDUS character as a prefix, indicates that
>this "TZID" represents a unique ID in a globally defined t…
-
If the first element of a caldav object has no ORGANIZER, make sure that no other element of the same caldav object has an ORGANIZER (RFC 6638 Section 3.2.4.2 CALDAV:same-organizer-in-all-components P…
-
Thanks a lot for khal.
I have been playing with it and a tiny wish list and one possible bug:
# ikhal
- export complete calendar to single .ics file (to publish as `webcal://url.com/calendar.ics`)
- …
Brixy updated
7 years ago
-
in prop.py:
```
@classmethod
def from_ical(cls, ical, timezone=None):
if isinstance(ical, cls):
return ical.dt
u = ical.upper()
if u.startswith(('P', '-P',…
-
When trying to load a timezone with Calendar.LoadFromStream() from tzurl.org, e.g. http://tzurl.org/zoneinfo/Europe/Berlin.ics
I get the following exception
```
System.FormatException: Die Zeichenfol…
-
It would be useful to get RRules as input and output for supporting more complex recurring schedules.
-
I want to be able to set the name of the calendar so that when it is added by url, the name is what was given, and not the url.
This is the code I have now:
```c#
public static MemoryStream Publish…