- https://developers.google.com/calendar/quickstart/php
- https://developers.google.com/calendar/v3/push
- https://docs.microsoft.com/en-us/outlook/rest/php-tutorial#create-the-app
- https://docs.microsoft.com/en-us/previous-versions/office/office-365-api/api/version-2.0/notify-rest-operations
- https://github.com/jamesiarmes/php-ews
- https://support.microsoft.com/en-us/help/973627/microsoft-time-zone-index-values
- some caldav client (https://github.com/sabre-io/davclient ?)
- automated workflows?
-
account
- account user
- user
- token - for authenticating to services (google, ms, etc)
- calendars
- events
- api_access_token - for authenticating on api.
- api_refresh_token - for authenticating on api.
- user
- account user
-
cron
- https://github.com/lavary/crunz
-
-
-
-
-
- cd /project && vendor/bin/crunz schedule:run
-
-
-
-
-
-
-
-
-
- cd /home/valeriu/Projects/calendar-api && vendor/bin/crunz schedule:run
-
-
-
-
- change
.env.local docker-compose up --builddocker exec -it <container_id_of_fpm> /bin/shcd /var/www && ./bin/console doctrine:migrations:migrate -nadd cron