Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Google Calendar ebay reminder

Adds Google Calendar buttons to ebay article pages

If the ebay site of your interest uses month names (not numbers) which are different from the English ones, you'll need to put in some code to translate those.

Also many timezones are still missing but can easily be put into the table in the source code.

Have fun!

PS. I am not responsible if you miss an auction because of bugs in this script! ;-)

ebay_google_calendar

20080204: Added user commands to Greasemonkey menu in order to choose between putting the article's URL as link into the title or as plain text into the description.





1 point
login to vote
lorenzk scriptwright
Posted May 23, 2008

Great script - thank you!

1 point
login to vote
Friese user
Posted Feb 18, 2008

PER-FEKT ;) THX

1 point
login to vote
Tilman Vogel script's author
Posted Feb 4, 2008

Don't worry, I think I know what you mean. I just updated the script to include a switch between the default and your suggested behaviour. Let me know if I didn't get you!

(You are not using one of these killer Nokia Internet tablets, are you? ;-))

1 point
login to vote
Friese user
Posted Feb 2, 2008

F****, please, if you're interested in my solution just right-click and select "view HTML code of this page", i do not get rid of this google image in my posting.

1 point
login to vote
Friese user
Posted Feb 2, 2008

What shall i say, next try here:

      newButton.innerHTML 
      = '<a href="http://www.google.com/calendar/event?action=TEMPLATE&text='
        + title.textContent
        + '&dates='
        + googledate
        + "/"
        + googledate
        + '&details='
        + encodeURIComponent(document.location)
        + '&location=&trp=false&sprop=&sprop=name:" target="_blank"><

1 point
login to vote
Friese user
Posted Feb 2, 2008

Oups, here again the code:


newButton.innerHTML
= '
';

1 point
login to vote
Friese user
Posted Feb 2, 2008

Nice script, this will be one of my must-haves. But I prefer not to have the link in the subject as it does not display properly on my mobile device. My solution ist to have the article title in the events subject and the plain URL in the event description. Google calendar turns the URL into a clickable link.

For my alternative, you have to exchange the definition of newButton.innerHTML at the end of the script into:

newButton.innerHTML
= '';

Enjoy
Der Friese

You could comment on this script if you were logged in.