Write in user's calendar app
Hi
I struggle to find anything with this type of search.
I have a web form for making appointments. Using PHP I store the details (date time etc)in MariaDB.
What I want to do is create a calendar event on the user's (phone) app..
Appreciate any tips or instructions to get started
3 Replies
Well, you could use the function new datetime and you can choose if You want to select the day, month or year.
You can send appointments using the ical format
Thanks for answering