minds-ai / zoom-drive-connector

Automatically uploads Zoom meeting recordings to Google Drive.
Other
33 stars 8 forks source link

Add Starting Timestamp for Recording to Slack Notification #7

Closed MrFlynn closed 5 years ago

MrFlynn commented 5 years ago

If there are multiple recordings per day it would be helpful to show some sort of human-readable timestamp in the Slack message. It would prevent confusion from something like this:

screen shot 2018-09-12 at 12 34 34 pm

Starting time of the recording makes the most sense to me, but I'm open to suggestions @jbedorf.

jbedorf commented 5 years ago

Yep, this date object contains that info but the way I print it the start time is not there. But adding some %H:%M (or something, I always have to look up which ones to use) would not hurt if they start doing more tricks like that or if someone would host multiple meetings a day. This was the original, without formatting: The recording _CWW_ meeting on _2018-09-05 14:03:31+00:00

MrFlynn commented 5 years ago

Ok, then this should be a relatively simple fix.

MrFlynn commented 5 years ago

Fixed in 7cb1e1a in repo-cleanup branch.