Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewpoer/sugar-calendar-display
Retrieval of SugarCRM calendar items and HTML rendering [PHP]
https://github.com/matthewpoer/sugar-calendar-display
Last synced: 1 day ago
JSON representation
Retrieval of SugarCRM calendar items and HTML rendering [PHP]
- Host: GitHub
- URL: https://github.com/matthewpoer/sugar-calendar-display
- Owner: matthewpoer
- Created: 2012-06-30T19:35:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-26T15:16:27.000Z (over 12 years ago)
- Last Synced: 2023-03-12T02:33:02.741Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
PHP Based Calendar-page Generator for SugarCRM
==============================================This script will pull Meeting and Call recrods from a provided SugarCRM instance, then
list out these events (in 15-minute intervals) by User.Times are converted to America/New_York (Eastern Standard Time).
It was originally attempted in Ruby but due to time constraints I gave up on that route
and went back to my native PHP. I utilize Asa Kusuma awesome SugarCRM REST API Class as
a wrapper for my connection to SugarCRM.The generated HTML calendar is not incredible, but can be used as a basis for other things.