Author |
|
cservinmx Newbie
Joined: 18 September 2019 Location: Mexico
Online Status: Offline Posts: 5
|
Posted: 30 September 2019 at 10:42am | IP Logged
|
|
|
Hello;
Is it posible to create a calendar and show the events to everyone in its mail profile?
Are there some conditions for create new events directly in au_adav_calendarinstance whitout corrupt the tables from data base?
Thank you.
Regards
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 01 October 2019 at 1:40am | IP Logged
|
|
|
Quote:
Is it posible to create a calendar and show the events to everyone in its mail profile? |
|
|
You can create public link to a calendar, and include the link in the signature.
Quote:
Are there some conditions for create new events directly in au_adav_calendarinstance whitout corrupt the tables from data base? |
|
|
We strongly advise against manipulating data on the database level. Using PHP API or Web API instead is recommended.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
cservinmx Newbie
Joined: 18 September 2019 Location: Mexico
Online Status: Offline Posts: 5
|
Posted: 02 October 2019 at 11:21am | IP Logged
|
|
|
About PHP API I don't get how to use it, could you provideme a single example and where the script must be placed? I mean in what folder.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 03 October 2019 at 12:55am | IP Logged
|
|
|
We don't currently have a sample for that purpose, the Developer's Guide however contains multiple samples using PHP API, for example logging into user account. It doesn't matter which directory the script is placed into, as long as you can include system/autoload.php script from there.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|
cservinmx Newbie
Joined: 18 September 2019 Location: Mexico
Online Status: Offline Posts: 5
|
Posted: 03 October 2019 at 8:22am | IP Logged
|
|
|
Excelent!! This helps a lot! Thank you
|
Back to Top |
|
|