• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • Devaka Cooray
  • Paul Clapham
Sheriffs:
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
Bartenders:

clickable appointment in JSP

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I understand that a typical vCalendar file say event.vcs has the format shown below:




If I create the above file and via a link to that file, it will activate outlook client and create an appointment without problem.

I would like to dynamically create this without having to create a .vcs file. I was trying with the following in JSP, but without luck. Any ideas?



A working ASP version could be accessed here:
http://www.devx.com/getHelpOn/10MinuteSolution/20508

It seems to me that this ASP is also writing into the browser. I am just not sure why it does not work in JSP. Any assistance is very much appreciated.
 
This tiny ad will self destruct in five seconds.
Paul Wheaton's 16th Kickstarter: Gardening playing cards for gardeners and homesteaders
https://coderanch.com/t/889615/Paul-Wheaton-Kickstarter-Gardening-playing
reply
    Bookmark Topic Watch Topic
  • New Topic