Is it possible to send the schedule from the web page to the Google Calendar on the mobile phone?

Asked 1 years ago, Updated 1 years ago, 113 views

Hello, I am a web developer who develops web pages based on JSP and JAVA.

I received the following request from the client company.

1. Click the "Reflect all employees' schedules" button on the JSP web page 2. Create a schedule (date, time, title, content, etc.) 3. Register your schedule with Google Calendar for each individual

I want to implement the above. I searched for API on Google Calendar

https://developers.google.com/google-apps/calendar/

I don't think there's any API object I want.

Please let me know if I couldn't find the API or if there is an Android calendar application that can implement the above even if it is not Google Calendar.

Thank you.

android google jsp java

2022-09-22 19:27

1 Answers

In common sense, I think we need to find out all the unique api codes of each employee if we want to randomly register the schedule on another employee's calendar, so wouldn't there be a security problem? Rather, when creating a separate calendar shared by the group or registering a work schedule from the administrator or company account Google Calendar, it would be better to work with the logic of inviting the people involved to the schedule. There is a page with simple tips related to Google Calendar, so please refer to it.

http://www.cpcstrategy.com/blog/2015/01/gmail-calendar-lifehacks/


2022-09-22 19:27

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.