Skip to main content
The Google Meet plugin syncs data locally. Use corsair.googlemeet.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Conference Records

Path: googlemeet.db.conferenceRecords.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Participants

Path: googlemeet.db.participants.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Recordings

Path: googlemeet.db.recordings.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Smart Notes

Path: googlemeet.db.smartNotes.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Spaces

Path: googlemeet.db.spaces.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Transcripts

Path: googlemeet.db.transcripts.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.