For the complete documentation index, see llms.txt. This page is also available as Markdown.

iOS Calendar API

Access and manage iOS calendar events using the WebToNative JavaScript API. Create, update, and read calendar entries with ease.

The Calendar add-on allows adding events to the user's calendar on iOS. The add-on provides a built-in UI which displays the event details and a button for the user to add the event. Events can be added via an .ics file on your website or an embedded ics calendar invitation.

This add-on can automatically detect ics files hence no custom javascript code is required to use this add-on.

ics calendar invitation can be hosted on your website or alternatively embedded in html

<a href="data:text/calendar;charset=utf-8,BEGIN:VCALENDAR%0AVERSION:2.0%0ABEGIN:VEVENT%0AURL:https://www.webtonative.com/%0ADTSTART:20251210T120000%0ADTEND:20251210T122500%0ASUMMARY:Webtonative%20Event%0ADESCRIPTION:Webtonative%20Party%0AEND:VEVENT%0AEND:VCALENDAR">
    Add Event
</a>

Last updated