URL scheme for AwesomeCalendar Pro & Lite
Since AwesomeCalenar 4.3, we support URL scheme to integrate with third party apps. If you are a iOS developer and want to integrate your app with great calendar application, use below URL.
- Open Calendar(Basic Scheme)
acal://view
acalite://view
– Just open AwesomeCalendar(Paid version) or AwesomeCalendar Lite(Free version).
- Open Calendar with view type
acal://view?type=[month|week|day|agenda]&date=2014-01-26
acalite://view?type=[month|week|day|agenda]&date=2014-01-26
– Open app with specific view. date parameter is optional, if there is no date parameter, each view moves to today.
- View Event or Reminder
acal://viewevent?id={calendarItemIdentifier}
acalite://viewevent?id={calendarItemIdentifier}
– Open the specific event or reminder with calendarItemIdentifier.
- Add Event
acal://addevent?date=2014-04-26&title=meeting&location=myhouse¬es=describe
acalite://addevent?date=2014-04-26&title=meeting&location=myhouse¬es=describe
– Add a event directly. Every parameter is optional.
- Add Reminder
acal://addreminder?date=2014-04-26&title=todo&location=myhouse¬es=describe
acalite://addreminder?date=2014-04-26&title=todo&location=myhouse¬es=describe
– Add a reminder directly.
For more information, contact our developers via email. support@iyunasoft.com