Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: vovanec/gocal

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
apognu Antoine POPINEAU
v0.6.0

Some tooling produce full day events in an inclusive manner
(e.g. DTSTART=20200101 and DTEND=20200101) which goes against RFC. This
version expands those events to span the day instead of being immediate.

The StrictMode attribute has also been moved into a dedicated struct, to
allow for future additional strict settings. This is a breaking change
from the previous version.

Verified

This tag was signed with the committer’s verified signature.
apognu Antoine POPINEAU

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
apognu Antoine POPINEAU
Added URL attribute.

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
apognu Antoine POPINEAU
Added support for non-standard properties (X-*).

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
apognu Antoine POPINEAU
Fixed tests. Filter events with no start or end date.

v0.2

Toggle v0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
apognu Antoine POPINEAU
0.2: support for RRULEs