Comment 4 for bug 289181

Revision history for this message
Nathan Handler (nhandler) wrote :

There are actually two other ways that this feature could be implemented. The first way would be make the user specify what time zone they are in when they call the .btmeeting command. VoteBot would then take care of converting the time to their time zone. The second way is more difficult. It would involve keeping a database of which hosts are associated with which Launchpad accounts. I would then need to figure out how to interact with the Launchpad API in perl (most of the documentation explains how to do this in perl). Finally, when I get the time zone, I would then have to convert the meeting date and time to the user's local time zone.