![]() |
Image: OpenClipArt.org |
Calendar descriptions support HTML. That means that you can put things like links into the description of the event, and when viewed on a public calendar, the link will work. Your own calendar will show the code itself, but the public version will execute the instructions provided by the code.
To do this, you'll need to know a couple of things:
- How to upload and host an image on the web somewhere.
- The URL for the image you want to include.
- How to create an image tag in HTML.
1. How to upload and host an image on the web somewhere:
You can use a service like DropBox to host your file and generate the link pretty easily, but anyone who knows me will know that I'm going to do it through Google. You can host images through Google drive, or you can create your own graphics. Create a Google drawing of what you want, then click file - publish to the web. Copy the URL it gives you.
2. Get the URL for the image
For my purposes, I was using an image that I had already put on a website, so it was a simple matter of right-clicking the image and choosing "copy image location" in Chrome browser. Your method may vary, depending on how you've uploaded the image. Basically, you're looking for the web address of the image that starts with http://... Of you're using a Google drawing, you've already got the URL you need.
3. Create the image tag
HTML uses a pretty easy syntax for tagging an image. You will need to add the following code, substituting the image URL for your own.
That's all you have to do. When you look at your calendar event in your Google Calendar, it will show the code. If you navigate to the public calendar, when you look at the description of the event, the image will appear.
<img src="http://goo.gl/0gxVpN">