-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add multi-account support #35
Comments
Currently this script only supports a single account, you could add your work account calendar to your personal account calendar, then sync your personal calendar. This will make the script go through both calendars |
This is not going to be good enough workaround. In case of a Google Account managed by an organization you can share with your personal account only with permission to see busy / free events 😞 |
we could add an option to provide the script with multiple credentials file (using the -c flag) TODO:
|
Just out of curiosity, why is not possible to run the same command with different permission files? Because if that would have been possible, a user could render it in separated blocks with different styles. It would have been a bit more flexible. |
It's now possible since @notdodo commit Previously if you did it, both blocks would have pulled from the same cache. You would need something like this Step 1You will have to create both directories first Step 2You will need to download both google credential files for both accounts and place them in the appropriate directories. Step 3Configure your bar
Edit: |
I would like to use this with my personal and work accounts, how can I do that?
The text was updated successfully, but these errors were encountered: