Forum Moderators: open
I have done some searching, but can only find things specific to certain web-based calendars. I want something similar to what they do on Eventful, where there's a page with the event and the button "save to calendar" brings up what looks like an AJAX screen where the user can save the event to his/her yahoo, google, or one of a few other calendars.
I'm sorry about the website reference, but showing is the best way to explain what I"m looking for.
thanks!
I'll have a regular old html page with event details on it. There needs to be a button and/or link that says "save this event to your calendar" so the user can click it and it will prompt the user to choose their calendar and add the event. I don't know if what they have on their site is custom (probably) or if there's a solution out there that I can adapt. I hate reinventing the wheel, but I just can't find anything similar to what I'm looking for.
thanks!
[edited by: engine at 5:15 pm (utc) on Jan. 24, 2008]
[edit reason] See TOS [webmasterworld.com] [/edit]
unless it's the popup you are still wondering about, in which case never mind...
a script that will generate a .ics file if you pass it some parameters - no problem
learning the correct url string to access various web-based calendar services - no prob
a javascript to pop up a window - no problem.
a menu of options in a popup window (actually a list of links here) - no problem.
nothing from scratch - some assembly required.