Google Calendar Action

Manages events and schedules on the specified Google Calendar.

Google Calendar Action

GitHub release (latest by date) GitHub Workflow Status GitHub issues GitHub pull requests GitHub

JIVAS action wrapper for Google Calendar API. This action provides seamless integration with Google Calendar services using the Google Calendar API. As a core action, it simplifies calendar management and event synchronization. The package is a singleton and requires the Jivas library version ^2.0.0.

Package Information

  • Name: jivas/google_calendar_action
  • Author: V75 Inc.
  • Architype: GoogleCalendarAction

Meta Information

  • Title: Google Calendar Action
  • Group: core
  • Type: action

Configuration

  • Singleton: true

Dependencies

  • Jivas: ~2.0.0-aplha.40
  • oauth2client: 3.0.0
  • google-api-python-client: 2.97.0
  • google-auth: 2.32.0

Google Sheets API Guide

Step 1: Create a Service Account

  1. Go to the Google Cloud Console.
  2. Create a new project or select an existing one.
  3. Navigate to APIs & Services > Credentials.
  4. Click Create Credentials > Service Account.
  5. Fill in the required details and click Done.

Step 2: Enable Google Sheets API

  1. In the APIs & Services > Library, search for Google Calendar API.
  2. Click Enable to activate the API for your project.

Step 3: Download Service Account Key

  1. In the Credentials section, locate your service account and click it.
  2. Click keys > add key > Create new key.
  3. Select JSON and create.

Step 4: Share Calendar with Service Account email

  1. Open your Google Calendar.
  2. Under My Calendar, click Settings and Share.
  3. Go to Shared with and add the service account email (found in the JSON key file) with See all events permissions.

Best Practices

  • Validate your API keys and webhook URLs before deployment.
  • Test webhook registration in a staging environment before production use.

🔰 Contributing

  • 🐛 Report Issues: Submit bugs found or log feature requests for the google_calendar_action project.
  • 💡 Submit Pull Requests: Review open PRs, and submit your own PRs.
Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your GitHub account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/TrueSelph/google_calendar_action
    
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
    
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
    
  6. Push to GitHub: Push the changes to your forked repository.
    git push origin new-feature-x
    
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph

🎗 License

This project is protected under the Apache License 2.0. See LICENSE for more information.

Install
jvcli download action jivas/google_calendar_action

Last published

a month ago

Version

0.0.3

Downloads

32

Author

jivas

Type

action

Visibility

Public

Tags

core
action