• Sat. Oct 22nd, 2022

Convier is a REST API to exchange calendaring and scheduling information such as events, to-dos and journal entries directly in your users’ calendars.

Jan 9, 2021

This is a lightweight demo. Convier includes all the options you need to send custom Event, Alarm, Todo and Journal requests.
curl https://convier.me/api/event \-H ‘Authorization: Bearer 2V3IYQSRfuxGRAk20DOszYyXL3m8D4ZVBRAfWrW7L’ \-d ‘event[start][date]=10-01-2021 09:00 PM’ \-d ‘event[end][date]=10-01-2021 11:00 PM’ \-d ‘event[organizer][name]=Tony Stark’ \-d ‘event[organizer][email]=ironman@avengers.com’ \-d ‘event[summary][value]=Endgame premiere’ \-d ‘event[description][value]=Bring the popcorn.’ \-d ‘event[attendees][0][email]=USER_EMAIL’