Group Calendar Feature

I am trying to implement a calendar feature that would aggregate peoples photo media (having these pictures associated on the calendar with their tagged date), events, and schedules from google calendar. Is there any feasible way to do so?

Photo media and dates can be linked under the same data type as fields. As for Google Calendar integration, take a look at the Google API documentation and go through all the methods it provides. Google Calendar API 概览  |  Google for Developers

1 Like