Try copy the current page's url and may shorten the url based on existing url shortener's rule like goLink.
A URL copier and rewriter based on the url shortener rules configured by the user, for example, goLink rules.
** You need set your rules before use. **
There is a default rules already defined which based on a go link rule:
* Link: `go/week`
* Destination URL: `https://calendar.google.com/calendar/u/0/r/week/{*}/{*}/{*}`
And the rule looks like below in the option setting:
`
go/week/$1/$2/$3,calendar.google.com/calendar/u/0/r/week/{*}/{*}/{*}
`
When you copy a URL like `https://calendar.google.com/calendar/u/0/r/week/2022/7/31`, it will be rewritten to `http://go/week/2022/7/31`.
For more details, check https://github.com/Chenfeng51/go_shortener.