🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@covve/capacitor-calendar

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@covve/capacitor-calendar

Simple native calendar access plugin

latest
Source
npmnpm
Version
7.1.5
Version published
Maintainers
0
Created
Source

@covve/capacitor-calendar

Simple native calendar access plugin

Install

npm install @covve/capacitor-calendar
npx cap sync

API

  • createEvent(...)
  • createEventInteractively(...)
  • getCalendars()
  • requestPermissions()
  • checkPermissions()
  • Interfaces
  • Type Aliases

createEvent(...)

createEvent(options: { calendarId: number; beginTime: string; endTime: string; title: string; notes: string; location: string; }) => Promise<{ eventId: number; }>
ParamType
options{ calendarId: number; beginTime: string; endTime: string; title: string; notes: string; location: string; }

Returns: Promise<{ eventId: number; }>

createEventInteractively(...)

createEventInteractively(options: { beginTime: number; endTime: number; title: string; notes: string; location: string; }) => Promise<{ eventId: number; }>
ParamType
options{ beginTime: number; endTime: number; title: string; notes: string; location: string; }

Returns: Promise<{ eventId: number; }>

getCalendars()

getCalendars() => Promise<any>

Returns: Promise<any>

requestPermissions()

requestPermissions() => Promise<PermissionStatus>

Returns: Promise<PermissionStatus>

checkPermissions()

checkPermissions() => Promise<PermissionStatus>

Returns: Promise<PermissionStatus>

Interfaces

PermissionStatus

PropType
calendarPermissionState

Type Aliases

PermissionState

'prompt' | 'prompt-with-rationale' | 'granted' | 'denied'

Keywords

capacitor

FAQs

Package last updated on 24 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts