vobject icon indicating copy to clipboard operation
vobject copied to clipboard

Create 'private' feeds for free-busy info

Open evert opened this issue 10 years ago • 3 comments

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.

evert avatar Feb 09 '15 17:02 evert

With something like:

$document->makePrivate()

?

Hywan avatar Feb 09 '15 20:02 Hywan

@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.

evert avatar Feb 09 '15 22:02 evert

Ok I see your approach.

Hywan avatar Feb 10 '15 09:02 Hywan