vobject
vobject copied to clipboard
Create 'private' feeds for free-busy info
Many calendaring systems offer a 'private calendar' to publish freebusy information.
Instead of using the typical VFREEBUSY
component, this feed is simply stripped of all private information and only keeps DTSTART
/DTEND
for every VEVENT
and sets the SUMMARY
to for example 'Busy'.
Even though this feature is non-standard, it would be nice to offer this.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
With something like:
$document->makePrivate()
?
@Hywan I think I would largely copy what FreeBusyGenerator has (or subclass) but simply change the output. The process would be mostly the same and any improvements FreeBusyGenerator gets in the future would also then apply to this new thing.
Ok I see your approach.