I would like to create a script that will take me to a calculated date on my online Setmore calendar. The URL for the Setmore Calendar is:
https://my.setmore.com/calendar#daily/0/26022016 (with the last 8 digits being the date, UK format)
So far i have:
tell application "Safari" to open location "https://my.setmore.com/" & "calendar#daily/0/" & ?
How can I add a calculation which will add the current date plus 6 weeks to the URL?