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

I want my personal events to be titled as busy on my work calendar so that personal event details are not shared at work #27

Open
seththeskier opened this issue Dec 15, 2022 · 1 comment

Comments

@seththeskier
Copy link

New feature request: Set at the calendar level if all event details should be copied over, or if they just be blank and titled "busy"

User stories

  • I want my personal events to be titled as busy on my work calendar so that personal event details are not shared at work
  • I want my work event details to be retained on my personal calendar so that I can use my personal calendar as my primary calendar
@karbassi
Copy link
Owner

👋🏽 Hello @seththeskier! Great suggestion.

I believe it's already possible to do this without having any new code changes (adding complexity). Since you want two calendars to be updated, and not copying two calendars into a third combined calendar, you'll need to run this code as two separate instances.

I want my personal events to be titled as busy on my work calendar so that personal event details are not shared at work

If you have a work account (seth@work.tld) and a personal account (seth@personal.tld), you can share personal calendar with the work account, but only as "show busy/free". That way, the work account (app script) will not see titles. You'll be able to show them as "Busy" (or whatever you choose, in the script).

I want my work event details to be retained on my personal calendar so that I can use my personal calendar as my primary calendar

From your work account, share your work calendar with your personal account as full permissions/full details. The app script, running on your personal account, can copy the work calendar events in full detail.

Hope that helps.

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

2 participants