-
### Summary:
When an all-day calendar event is created, in the accompanying iCalendar feed the DTSTART and DTEND property have the same value. The DTEND value should be one day later than the DTSTA…
-
After way, way too long, I am finally putting together the 2.7.0 release. Per my normal routine, here is the update to the NEWS file. Anyone mentioned, please check for accuracy:
Version 2.7.0
---…
-
### Steps to reproduce
1. Download 2DO App (iOS)
2. Sync with NC
3. Create or change Start/End date from Tast
### Expected behaviour
Setting Dates and Times in NC
### Actual behaviour
Sync …
-
Sending
```
curl -u X:Y -XPOST -H"Content-Type: text/calendar" --data "
BEGIN:VCALENDAR
CALSCALE:GREGORIAN
PRODID:-//Ximian//NONSGML Test Call//EN
VERSION:2.0
BEGIN:VEVENT
DTSTAMP:20170528T094…
-
Right now the recurring events keep repeating for years, because there is no end to them. That what UNTIL is made for: https://icalendar.org/iCalendar-RFC-5545/3-3-10-recurrence-rule.html
-
Let's say there is a window that we hate, but we don't want to kill.
At least we can grab it with the mouse and move its tab to the very
right, etc.
But this gets boring if necessary every sessio…
-
When creating a 'title' entry, for exemple, `j.add('title')` creates an object defined as this:
```
j.title -> ContentLine:
j.title.value -> str: ''
```
But, when creating a 'org' entry, `j.ad…
-
This RRULE will fail when using `icalrecur_iterator_set_start`:
`RRULE:FREQ=MONTHLY;INTERVAL=12;BYMONTHDAY=31`
The first time returned by the iterator is incorrect, then subsequent calls to `ica…
-
RFC 5545 notes about the VERSION property of the CALENDAR object:
> A value of "2.0" corresponds to this memo.
In ical.net version 4.0.4, the following simple serialization of a Calendar gives V…
-
From original REQUIREMENTS.adoc. @ronaldtse , please confirm this is still expected.