-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi, I'm developing a (Jooomla) component to handle Journals using iCalendar VJOURNAL items to store and sync entries between sites and devices. Currently I am using the SimpleCalDav php library which hasn't been updated for 8 years (but still pretty much works) but I like the Zcontent/calendar approach and stumbled upon this current fork from there.
A quick look at the code it seems icalendar assumes that only VEVENT items are of interest (in the ZCiCal class)
Any clues as to what might be required or problems there might be to add VJOURNAL (and possibly VTODO) functionality to icalendar.
If it's something you don't want to take on yourself I might be prepared to find time myself with a little guidance. If it's something you can easily do then please consider this a feature request.
VJOURNAL is an under-used feature of the iCal spec that is starting to gain some traction - especially with the release of jtxBoard for Android which provides an excellent. potentially cross-platform, way of sharing journal entries and notes across sites and devices. (basically Journal items are much like events but without an end or duration, and notes don't even have DTSTART)