pleft
pleft copied to clipboard
A web-based appointment scheduling tool implemented with Django
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:...
Reported by project member kleiskrebbers, Nov 9, 2011 The possibility to add end-times for an appointment. Like: start at 11:00 ends at 15:00 Comment 1 by project member sander.dijkhuis, Nov...
Reported by project member kleiskrebbers, Sep 19, 2011 If you fill in the wrong e-mailaddress of an invitee. It would be nice if it is possible to delete the invitee...
The custom authentication system (plauth) was written as an alternative to the default one in Google App Engine. Django's system seems to be more flexible. We might be able to...
Reported by project member kleiskrebbers, Jul 16, 2011 It would be nice that Pleft would make already chosen timeslots unavailable. So inivitees do not select the same time slot when...
Resending an invitation means that you resend the initial invitation again. Since this sometimes can be a bit weird, it would be good if Pleft made it possible to change...
A list of invitees copied from Microsoft Outlook might contain [] brackets instead of . They should be considered the same in the code, and not cause an unspecified error...
Because during creation it will not always be clear how invitees will appear to each other, the initiator should be given the option to edit their names from within the...
Not sure yet whether we really want this. It might be confusing invitees when options disappear, and entered availability data may be lost. Maybe only make dates deletable when it...
Problem: currently it's not clear when someone has finished entering their availability. Possible solutions: - consider the it finished when the user's last action was X minutes ago; - redesign...