Start typing to search...
No results for ""
This section is intended for developers and technical users who want to understand how KiviCare integrates with the Google Calendar API to enable Google Meet–based virtual consultations.
KiviCare uses Google Calendar API v3 for all calendar and meeting-related operations.
Base API URL:https://www.googleapis.com/calendar/v3/
To ensure proper functionality, the following OAuth scope must be enabled in your Google Cloud Project:
https://www.googleapis.com/auth/calendarPOST/calendars/primary/events?conferenceDataVersion=1KCGMGoogleMeet::create_meeting()summary (appointment title)start and end (appointment time)conferenceData (requests creation of a Google Meet link)This request automatically generates a Google Meet session and associates it with the appointment.
POSThttps://oauth2.googleapis.com/tokenKCGMGoogleMeet::handle_google_meet_authorization_callback()authorization_code (initial login)refresh_token (token renewal)This process securely authenticates doctors and maintains continuous API access without repeated user interaction.
Google Cloud enforces usage quotas and rate limits per project.
Start typing to search...
No results for ""