Locked
1
Reply
1
0
[Duplicate] Add to Calendar Button, using Javascript
Participant
,
/t5/acrobat-sdk-discussions/duplicate-add-to-calendar-button-using-javascript/td-p/9988803
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-sdk-discussions/duplicate-add-to-calendar-button-using-javascript/m-p/9988804#M19069
Aug 29, 2018
Aug 29, 2018
Copy link to clipboard
Copied
Duplicate posting.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
