pleft icon indicating copy to clipboard operation
pleft copied to clipboard

vCal export support

Open sander opened this issue 13 years ago • 0 comments

For internal company use, a feature request is to support sending a final vCal invitation file to invitees.

http://en.wikipedia.org/wiki/VCal

A patch is being worked on. My advice to the author:

I think you'll need to create a new 'admin tool' in the appointment overview. There the initiator is instructed to select one of the dates in the table above. Pushing the button should send a POST request to a new view named plapp.views.send_vcal. That view can just output the vCal file using a Django template.

Correction: the person who wanted to write this patch decided to implement HTA export support instead.

sander avatar Dec 24 '11 22:12 sander