Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…oogleapis.calendar into gcalendar
  • Loading branch information
Nuvindu committed Dec 22, 2023
2 parents 8bf168a + 5fd1afc commit 8c1ccc9
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 99 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-bal-test-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-connector-template.yml@main
secrets: inherit
with:
additional-build-flags: "-x :googleapis.gcalendar-examples:build -Pgroups=mock"
additional-test-flags: "-x :googleapis.calendar-examples:build -Pgroups=mock"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The `calendar` connector provides practical examples illustrating usage in vario
1. [Project Management With Calendar API](https://github.com/ballerina-platform/module-ballerinax-googleapis.calendar/tree/main/examples/project-management-with-calendar/main.bal)
This example shows how to use Google calendar APIs to efficiently manage work schedule of a person. It interacts with the API for various tasks related to scheduling and organizing work-related events and meetings.
2. [Work Schedule Management With Calendar API](https://github.com/ballerina-platform/module-ballerinax-googleapis.calendar/tree/main/examples/work-schedule-management-with-calendar/main.bal)
This example shows how to use Google calendar APIs to managing personal project schedule and collaborating with team members.
This example shows how to use Google calendar APIs to manage personal project schedule and collaborate with team members.

For comprehensive information about the connector's functionality, configuration, and usage in Ballerina programs, refer to the `calendar` connector's reference guide in [Ballerina Central](https://central.ballerina.io/ballerinax/googleapis.calendar/latest).

Expand Down
3 changes: 1 addition & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[package]
distribution = "2201.8.0"
org = "ballerinax"
name = "googleapis.gcalendar"
export=["googleapis.gcalendar"]
name = "googleapis.calendar"
version = "4.0.0"
license = ["Apache-2.0"]
authors = ["Ballerina"]
Expand Down
Loading

0 comments on commit 8c1ccc9

Please sign in to comment.