Google Calendar is a time-management and scheduling calendar service developed by Google. Google Calendar allows the users to create and edit events. Reminders can be enabled for events, with options available for type and time. Event locations can also be added, and other users can be invited to events.
Input Parameter Name | Description |
---|---|
Creds | Token.pkl file path (this file is downloaded to the Client Machine during the setup process of G-suite which is explained in Section 2. Setting up G-suite. |
CalendarID | The ID of the calendar where the event needs to be created. Example: xyz@gmail.com |
Summary | Summary of the event. Example: HR process discussion |
Location | Location of the event. Example: Bangalore |
Description | Description of the event. Example: Discussion on Employee on boarding. |
Start_time_str | Start time of the event in IANA time zone. Example: 2020-03-18 11:30AM |
Duration | The duration of the event in hours. Example: 1 hour. |
Attendees_list | List of the attendees to the event. Select the attendee’s variable. |
Notification_str | Provide the Notification string of the event (Constant). Example: All |
Status | Provide the Status of the event (Constant). Example: Tentative. |
Visibility | Provide the visibility of the event (Constant). Example: Public |
Output Parameter Name | Description |
---|---|
Event id | The Id of the event created. |
Event url | The ID of the calendar where the event needs to be created. Example: xyz@gmail.com |
Event_ID | The url of the event. |
Input Parameter Name | Description |
---|---|
Creds | Token.pkl file path (this file is downloaded to the Client Machine during the setup process of G-suite which is explained in Section 2. Setting up G-suite. |
CalendarID | The ID of the calendar where the event needs to be created. Example: xyz@gmail.com |
Event_ID | Id of the event where the attendees need to be added. |
Attendees_list | List of the attendees to the event. Select the attendee’s variable. |
Notification_str | Provide the Notification string of the event (Constant). Example: All |
Output Parameter Name | Description |
---|---|
Updated time | Returns the updated time of event |
Input Parameter Name | Description |
---|---|
Creds | Token.pkl file path (this file is downloaded to the Client Machine during the setup process of G-suite which is explained in Section 2. Setting up G-suite. |
CalendarID | The ID of the calendar where the event needs to be created. Example: xyz@gmail.com |
Notification_str | Provide the Notification string of the event (Constant). Example: All |
Event_ID | Id of the event where the attendees need to be added. |
Output Parameter Name | Description |
---|---|
Message | Returns the message (“event deleted successfully”) |
Input Parameter Name | Description |
---|---|
Creds | Token.pkl file path (this file is downloaded to the Client Machine during the setup process of G-suite which is explained in Section 2. Setting up G-suite. |
CalendarID | The ID of the calendar where the event needs to be created. Example: xyz@gmail.com |
Summary | Summary of the event. Example: HR process discussion |
Event_ID | Id of the event where the attendees need to be added. |
Notification_str | Provide the Notification string of the event (Constant). Example: All |
Summary | Summary of the event to be modified. |
Location | Location of the event. |
Description | Description of the event. Example: Discussion on Employee on boarding. |
Timezone | The IANA standard time zone. |
Start_time | Start time of the event. |
End_time | End time of the event |
Attendees_list | List of the attendees to the event. Select the attendee’s variable. |
Output Parameter Name | Description |
---|---|
Updated time | Returns the updated time of the event |
Input Parameter Name | Description |
---|---|
Creds | Token.pkl file path (this file is downloaded to the Client Machine during the setup process of G-suite which is explained in Section 2. Setting up G-suite. |
CalendarID | The ID of the calendar where the event needs to be created. Example: xyz@gmail.com |
Option_str | On which criteria event needs to be searched (Ex: “StartDate”, “EndDate”, “MaxResults”, “query”) |
Option_value | Corresponding value for Option_str. |
Output Parameter Name | Description |
---|---|
Information of the event | Returns the information of the event. |
Input Parameter Name | Description |
---|---|
Creds | Token.pkl file path (this file is downloaded to the Client Machine during the setup process of G-suite which is explained in Section 2. Setting up G-suite. |
CalendarID | The ID of the calendar where the event needs to be created. Example: xyz@gmail.com |
Summary | Summary of the event. Example: HR process discussion |
Location | Location of the event. Example: Bangalore |
Description | Description of the event. Example: Discussion on Employee on boarding. |
Start_time_str | Start time of the event in IANA time zone. Example: 2020-03-18 11:30AM |
Duration | The duration of the event in hours. Example: 1 hour. |
Attendees_list | List of the attendees to the event. Select the attendee’s variable. |
Notification_str | Provide the Notification string of the event (Constant). Example: All |
Status | Provide the Status of the event (Constant). Example: Tentative. |
Visibility | Provide the visibility of the event (Constant). Example: Public |