ojengwa / pleft

Automatically exported from code.google.com/p/pleft
GNU General Public License v3.0
1 stars 0 forks source link

vCal export support #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by sander.d...@gmail.com on 23 Nov 2011 at 9:53

GoogleCodeExporter commented 9 years ago
Correction: the person who wanted to write this patch decided to implement HTA 
export support instead.

Original comment by sander.d...@gmail.com on 27 Nov 2011 at 3:56

GoogleCodeExporter commented 9 years ago
https://github.com/sander/pleft/issues/35

Original comment by sander.d...@gmail.com on 24 Dec 2011 at 10:01