carlsednaoui / add-to-calendar-buttons

Easily add a "add to calendar" button to your websites. This JavaScript library supports Google Calendar, iCal, Outlook and Yahoo Calendar.
476 stars 171 forks source link

iCal files need extension of .ics to work properly #2

Open theconsultant opened 11 years ago

theconsultant commented 11 years ago

The generated ical event files need to have the suffix of .ics added for them to be recognized by iCal. Other than that they work perfectly!

carlsednaoui commented 11 years ago

Thanks for the heads up, going to fix this right away!

theconsultant commented 11 years ago

Cool! let me know once the fix is in and i'll be happy to test it..

Cheers,

Dave

On 10-June-2013, at 12:27 PM, Carl Sednaoui wrote:

Thanks for the heads up, going to fix this right away!

— Reply to this email directly or view it on GitHub.

carlsednaoui commented 11 years ago

Hi Dave, just looked into this... the iCal downloaded have an extension of .ics. The downloaded file works with my MacBook Calendar App. Here is the live example: http://carlsednaoui.github.io/ouical/example.html

Let me know if it's not working for you and I can look at it again. Closing for now, happy to re-open if needed.

Cheers!

theconsultant commented 11 years ago

OK, this is weird.. it works fine in Chrome and Firefox, but Safari just gives me files called "unknown", unlike in Chrome/Firefox where I get "download.ics" files.

On 10-June-2013, at 2:42 PM, Carl Sednaoui wrote:

Hi Dave, just looked into this... the iCal downloaded have an extension of .ics. The downloaded file works with my MacBook Calendar App. Here is the live example: http://carlsednaoui.github.io/ouical/example.html

Let me know if it's not working for you and I can look at it again. Closing for now, happy to re-open if needed.

Cheers!

— Reply to this email directly or view it on GitHub.

carlsednaoui commented 11 years ago

Ok, thanks so much! Reopened the issue, will look into the specificity of Safari.

theconsultant commented 11 years ago

Thanks.. let me know if you need any details, or want me to test anything.

On 10-June-2013, at 3:03 PM, Carl Sednaoui wrote:

Ok, thanks so much! Reopened the issue, will look into the specificity of Safari.

— Reply to this email directly or view it on GitHub.

carlsednaoui commented 11 years ago

Thank YOU! Will definitely keep you posted!

kryp71c commented 10 years ago

I'm curious, have you found any workaround for this yet?

carlsednaoui commented 10 years ago

Hi @kryp71c, I started refactoring this lib here https://github.com/carlsednaoui/add-to-calendar-buttons/tree/refactor but got caught up with other projects =/ will try to put some work into it in the coming weeks, sorry about that

kryp71c commented 10 years ago

Ah, so many things to do, so little time in a day :)

carlsednaoui commented 10 years ago

haha, exactly!