tag

events

8 indexed skills · max 10 per page

skills (8)

unit-test-application-events

giuseppe-trisciuoglio/developer-kit · Testing

0

Testing Spring ApplicationEvent publishers and listeners with mocked dependencies and event capture patterns. \n \n Mock ApplicationEventPublisher in unit tests and use ArgumentCaptor to verify published events and their data integrity \n Test @EventListener method invocation directly by instantiating listeners and invoking handler methods with captured events \n Handle asynchronous event processing with Thread.sleep() or Awaitility to verify async listener completion \n Verify listener side eff

recipe-create-events-from-sheet

googleworkspace/cli · Productivity

0

Bulk-create Google Calendar events from spreadsheet rows using a two-step workflow. \n \n Reads event data directly from Google Sheets ranges, extracting summary, start time, end time, and attendee information \n Creates calendar entries via the gws-calendar skill with support for multiple attendees and custom time ranges \n Requires both gws-sheets and gws-calendar skills to be loaded before execution \n

gws-events-renew

googleworkspace/cli · Productivity

0

Renew or reactivate Google Workspace Events subscriptions before expiration. \n \n Renew individual subscriptions by name or bulk-renew all subscriptions expiring within a specified time window \n Supports flexible time windows (e.g., 1h, 30m, 2d) for batch renewal operations \n Designed for automation via cron jobs to maintain continuous subscription activity \n Requires Google Workspace authentication and the gws CLI tool with shared skill dependencies \n

in-app-events

eronred/aso-skills · Productivity

0

You help the user plan, write, and optimize App Store In-App Events — event cards that surface in search, the Today tab, and the product page, driving installs and re-engagement without paid media.

analytics-events

metabase/metabase · Productivity

0

This skill helps you add product analytics (Snowplow) events to track user interactions in the Metabase frontend codebase.

inngest-events

inngest/inngest-skills · Productivity

0

Master Inngest event design and delivery patterns. Events are the foundation of Inngest - learn to design robust event schemas, implement idempotency, leverage fan-out patterns, and handle system events effectively.

gws-events

googleworkspace/cli · Productivity

0

Real-time event streaming and subscription management for Google Workspace. \n \n Provides three core resource types: subscriptions (create, list, get, delete, patch, reactivate), operations (poll long-running tasks), and message/task streaming for real-time event delivery \n Includes helper commands for subscribing to Workspace events as NDJSON streams and renewing suspended subscriptions \n Requires Google Workspace authentication and the gws binary; use gws schema to inspect method parameters

gws-events-subscribe

googleworkspace/cli · Productivity

0

Subscribe to Google Workspace events and stream them as NDJSON output. \n \n Connects to Workspace resources (Chat spaces, Drive, Calendar, etc.) via CloudEvents types and streams events in real-time or batch mode \n Supports Pub/Sub-backed subscriptions with configurable polling intervals, batch sizes, and optional auto-acknowledgment \n Offers flexible output modes: stream to stdout, write individual events to files, or reuse existing subscriptions for reconnection \n Includes cleanup options