Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. elaurenceau

    possible to stream new data object with Javascript?????

    I'm trying to create a lightweight javascript function to mimick the functionality of one of our web services. When a user clicks a link, I'd like to have the page automatically create a file for them to download containing iCal data. It's currently set up where user clicks the link, page...
  2. elaurenceau

    Possible to create Calendar Event?

    Yes. This is fairly simple. Have your application response return: .setContentType("text/calendar;charset=ISO-8859-1"); .setHeader("Content-Disposition", "attachment; filename=FileNameHere.ics"); write("BEGIN:VCALENDAR"); write("METHOD:PUBLISH"); write("VERSION:2.0")...
  3. elaurenceau

    Adding Multiple Calendar Events

    I'm trying to create a web service which adds multiple events to outlook calendar. The following structure works for other iCal supporting clients, but outlook will only register the first event. Is there a syntax available that outlook supports that will add more than one event from a single...

Part and Inventory Search

Back
Top