You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: