The URL display fields for a list block and a calendar block are inconsistent in the format of URL they accept.
The list block can take a partial path, eg. “/mypage” which is great as it means the URL doesn’t have to have a static domain name written into it.
The calendar field, however requires a fully formed URL in the form of “https://domain.com/path”, otherwise it doesn’t display anything.
Could we have the list block approach be applied to the Calendar block too?