Google Calendar ebay reminder

By Tilman Vogel Last update Feb 4, 2008 — Installed 1,632 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 8 posts, 4 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
lorenzk Scriptwright

Great script - thank you!

 
Friese User

PER-FEKT ;) THX

 
Tilman Vogel Script's Author

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? ;-))

 
Friese User

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.

 
Friese User

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"><

 
Friese User

Oups, here again the code:


newButton.innerHTML
= '';

 
Friese User

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

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel