Creating “Buy Now” Links in Google Calendar
April 3rd, 2008
This tutorial will walk through the steps in adding a “Buy Now” link within your Google Calendar. Using this method, you can then embed your Google Calendar on your website, and display scheduled classes, or events that users can sign up for online.
Requirements:
- A Google Checkout account
- A Google Calendar account
1. Login to Google Checkout.
2. Goto “Tools” -> “Send an Invoice through Email”
3. Enter Invoice Information, Send
Enter the information below. (Pay special attention to the amount, and the ‘for’ fields. The “To”, “Dear”, and “Message” are required for Google Checkout, but won’t be used later on)
- To:
- Dear:
- Message:
- Amount:
- for:
Click “Send Invoice” when finished.
4. Check your Email
Login and check your email for this new invoice.
5. Copy the hyperlink
Right click on the hyperlink that reads “Pay Now Through Google Checkout…” and click “Copy Shortcut” (if using Internet Explorer) or “Copy Link Location” (if using Firefox).
6. Create the Buy Now Link
You will now create the code for your Buy Now link. The final code will look something like the code below with “PASTELINKHERE” replaced with your copied link above.
<a href="PASTELINKHERE">Click to Buy Now</a>
So, your final code snippet would look like (you might have to scroll to view everything):
6. Login to Google Calendar
7. Create an event under the appropriate date & time
Click on the calendar day under which the class/event occurs. Then click “edit event details”.
8. Paste your final snippet under the “Description” field
Paste your final snippet (that we’ve compiled above; it should open with “<a href” and close with “<a>”) with the full class/event description within the description field.
9. Have a coke
Congrats! Your event will now show within your calendar and users will be able to buy it!






Leave a Reply
You must be logged in to post a comment.