Ok this may be a weird one and I'm not sure if it's possible.
I have a hyperlink that creates an outlook calendar event based upon the text in the arguments of the hyperlink. It has a part for subject, description, location, start date and time, and end date and time.

I figured I could use Excel's hyperlink function to modify the arguments based off of the text in the cells so a user could simply click the link and have it create a calendar event for them.... but I cannot find a way to make this work.


So I would have something like:
url?subject=A11&description=A11&dtstart=B2&dtend=C2 Where the larger text is the cell being referenced at that point in the hyperlink.

Is this possible?