Philipp Kewisch
Philipp Kewisch
I was thinking of a property in http://mozilla-comm.github.io/ical.js/api/ICAL.Event.html but it seems there are none. I'd take a patch to add a property `allDay` that checks to see that start and...
`ICAL.parse()` is supposed to parse rfc5545 or rfc6350 data. If you already have jCal data, you can just use `new ICAL.Component(jcaldata)`; I'm surprised `ICAL.parse` would parse jcal data, I guess...
Ah yes, sorry I misread! In that case this sounds like a valid bug!
Ok, many years later I've taken a look at this. Technically what happens is correct. `ICAL.parse` will create an `ICAL.Recur` object, which has a `wkst` member, but that is not...
I very much am! I will look into creating that wiki page and showing it to you for review. I've been slightly busy with work this month so I haven't...
@peterbraden I think we took "no hurry" a bit too literally :D If the offer is still on the table, how do you feel about this guide? https://github.com/kewisch/ical.js/wiki/Migrating-from-Other-Libraries
Does discarding the dismissed reminder changes, waiting for the popup to come back, and then overwriting changes, actually revert the scheduling? In theory, between discarding and the popup coming back,...
Confirming this based on code inspection. We do add the organizer as an attendee by default. I'm not sure if this is required in some way, either due to how...
I'm going to need the ICS of the event so I can reproduce this easier, @adrougk is this something you can provide? @unode I'm not sure I understand the distinction...
If you are proficient with javascript, maybe you can edit the add-on's sources with this patch to see if it works better: ```diff diff --git a/src/legacy/modules/gdataUtils.jsm b/src/legacy/modules/gdataUtils.jsm index cd4b0e7..21a31e3 100644...