Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow per meeting name customization #24

Open
costin opened this issue Sep 2, 2020 · 0 comments
Open

Allow per meeting name customization #24

costin opened this issue Sep 2, 2020 · 0 comments

Comments

@costin
Copy link

costin commented Sep 2, 2020

Currently zat relies on the meeting name as the file name but that's typically not always desirable since the meeting might be verbose, contain special chars (spaces, parenthesis, etc) while for storage, there's typically a well defined name pattern that aims to be consistent.

It would be great if the configuration would allow this per meeting declaration:

- name: This is a big meeting
  google: abc
  zoom: 123
  file: wed-meeting.

Potentially the name itself can serve as the template since the zoom matching happens based on the meeting ID. Extra points for allowing some kind of (basic) templating in the option:

- name: {YYYY-mm-dd}_wed-meeting
  google: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant