• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

[Duplicate] Add to Calendar Button, using Javascript

Participant ,
Aug 29, 2018 Aug 29, 2018

Copy link to clipboard

Copied

I would like to add a button to my form that will allow the user to click and have the event information sent to their iCal - or any other calendar they may be using.

I'm not a Javascript expert. Here is some code I found - but it doesn't work.
If there is anyone out there who can help it will be greatly appreciated.

var cal = ics();

  cal.addEvent('Demo Event', 'This is an all day event', 'Port Elizabeth', '10/10/2018', '10/10/2018');

  cal.addEvent('Demo Event', 'This is thirty minute event', 'Port Elizabeth', '10/10/2018 5:30 pm', '10/10/2018 6:00 pm');

<a href="javascript:cal.download()">Test</a>

TOPICS
Acrobat SDK and JavaScript , Windows

Views

284

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 29, 2018 Aug 29, 2018

Copy link to clipboard

Copied

LATEST

Duplicate posting.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines