-
Th UID field is empty. Check in the specification if the event IRI can be used as event UID
-
The TimeSpanSerializer doesn't correctly serialize 0.
This is needed for alarm triggers at event start time for example which, should look like
`TRIGGER:P0D`
Instead the Serializer only generates:
`TR…
-
In IE10 it is needed that this is binded in the constructor, otherwise its undefined.
-
```
double.TryParse(values[0], out lat);
double.TryParse(values[1], out lon);
```
Fails to convert values like 12.3456 if the current culture use 12,3456 as decimal seperator.
Use CultureInfo.Invar…
-
Lines like
```
DTSTART:20140612
```
are invalid, because `20140612` is a `DATE` value type, whereas [`DTSTART`'s default value type is `DATE-TIME`](http://tools.ietf.org/html/rfc5545#section-3.8.2.4…
-
the generated ics file cannot be downlaoded on ios only show the text
-
Currently we have two different objects in `theme.yml` for adding metadata to template files (names and custom fields)
``` yml
templatefields:
extrafields.twig:
section_1:
typ…
-
```
What steps will reproduce the problem?
1. Create an ics-file with timestamps that have a TZID like this:
DTSTAMP;TZID=Europe/Berlin:20101224T211521
DTSTART;TZID=Europe/Berlin:20110116T110000
DTEN…
-
I am using the ESH scheduler (thanks for your work @kgoderis) and add a job using a cron expression.
To execute the job every second I used this expression: `* * * * * ?'`
It runs for about two minut…
-
I am a Maven newbie - so this probably is NOT a bug. I'm not a Java guy either, hence the issue!
I forked this repo to add an alternate to cron/quartz cron string, i.e. RFC 5545 (because cron does no…