There's no way to find a viable outcome at a glance.
Use Android, IOS to add events to your system's calendar.
How do I add events to my calendar using PHP?
There are no ready-made parameters.
Bing search Results:
http://www.phpjabbers.com/php-event-calendar/
http://stackoverflow.com/questions/15410720/insert-event-into-google-calendar-with-php
Google Calendar has a public API
Http://stackoverflow.com/questions/5990017/add-events-to-outlook-calendar-with-php-script
Http://www.oschina.net/p/phpsyncml
Http://www.oschina.net/p/php-push-2
http://z-push.org/
Search keywords:
PHP Add Event
PHP Sync Calendar
===== Background =====
You want to create your own global notification system.
Want to create your own quick record tool.
found that no tool is as synchronized as the system's calendar of Exchange comes from.
Then, if you can use Web technology to automatically add events. Then the notification can be done automatically (with my current technology and resources)
Reply content:
There's no way to find a viable outcome at a glance.
Use Android, IOS to add events to your system's calendar.
How do I add events to my calendar using PHP?
There are no ready-made parameters.
Bing search Results:
http://www.phpjabbers.com/php-event-calendar/
http://stackoverflow.com/questions/15410720/insert-event-into-google-calendar-with-php
Google Calendar has a public API
Http://stackoverflow.com/questions/5990017/add-events-to-outlook-calendar-with-php-script
Http://www.oschina.net/p/phpsyncml
Http://www.oschina.net/p/php-push-2
http://z-push.org/
Search keywords:
PHP Add Event
PHP Sync Calendar
===== Background =====
You want to create your own global notification system.
Want to create your own quick record tool.
found that no tool is as synchronized as the system's calendar of Exchange comes from.
Then, if you can use Web technology to automatically add events. Then the notification can be done automatically (with my current technology and resources)
You can view the original format of an Exchange calendar message by searching the keywords inside you will find that the calendar event has a standard:
Http://zh.wikipedia.org/wiki/ICalendar
After understanding this standard and then find a corresponding language implementation, such as this PHP library:
Https://github.com/iCalcreator/iCalcreator
After you have generated the formatted text, integrate with your existing mail delivery system (the best that can be added directly to your Outlook calendar), the file download system (. ics file, double-click Enlighten),
In the process you will encounter a variety of problems, such as how to modify the previously sent events, these can actually find the answer from the standard (with the Sequence field).