Calendar functionality - import from other agendas

0
Anyone have experience with importing a calendar from e.g. apple or google calendar into a mendix planning structure. Is there a way to easily get this data?
asked
1 answers
0

There is a google REST API (https://developers.google.com/google-apps/calendar/v3/reference/) you can make use of using the REST module from the Mendix appstore.

It should be relatively easy to implement.

If you want to send out invites for instance Mendix has a ICalendar module that makes it easy to send appointments to be added to someone's calendar.

https://appstore.home.mendix.com/link/app/315/Mendix/iCalendar-module

I hope this helps

Regards

answered