Skip to main content

Events 📅

Events lets you feed your upcoming schedule directly into Konvoq's AI. Once events are in the system, visitors can ask the widget things like "What's on this weekend?" or "Do you have any yoga classes next week?" and get accurate, up-to-date answers.

Manage events at Dashboard → Knowledge → Events.

:::info Pro & Enterprise only Events is available on Pro (up to 500 events) and Enterprise (unlimited). Free and Basic plans don't have access to this section. :::


How the AI uses events

When a visitor asks something that sounds like an event question, Konvoq automatically:

  1. Detects the intent (e.g. "What workshops are on next Saturday?")
  2. Parses the time window from the question ("next Saturday")
  3. Queries your events table for matching events in that window
  4. Builds a structured context block and passes it to the AI
  5. The AI answers with accurate titles, dates, times, locations, and prices

This happens before the general knowledge base search, so event questions always get the freshest structured data rather than a scraped text match.

Example questions the widget can answer

  • "What events do you have this week?"
  • "Any workshops this weekend?"
  • "What's happening next Saturday?"
  • "Do you have events in July?"
  • "When is the next yoga class?"

Event fields

FieldRequiredNotes
TitleYesName of the event
Starts atYesDate and time the event begins
Ends atNoLeave blank for open-ended or all-day events
DescriptionNoShort summary shown in context
LocationNoCity, address, or venue name
URLNoLink to registration or event page
PriceNoe.g. Free, $25, ₹500
RecurringNodaily, weekly, monthly, yearly — the AI shows the next occurrence
StatusAutoupcoming, cancelled — cancelled events are excluded from responses

Event limits

PlanEvent limit
FreeNot available
BasicNot available
Pro500 events
EnterpriseUnlimited

When you reach your plan's limit, existing events can still be updated but no new events can be created until some are deleted.


Priority: which source wins when events overlap?

If the same event comes in from multiple sources (e.g. manually entered and also in your iCal feed), Konvoq merges them using a priority ladder:

SourcePriority
Manual entry (locked)Highest — never overwritten
Manual entry (unlocked)Very high
WebhookHigh
Bulk CSV importMedium-high
iCal / RSS URL sourceMedium
JSON-LD (auto-detected from scrape)Low
HTML scrapeLowest

Two events are considered the same if they share the same title + date + city. Higher-priority sources overwrite lower-priority field values.

To permanently protect an event from being overwritten by any automated source, enable Lock when creating or editing it manually.


Ways to add events

There are five ways to get events into Konvoq:

MethodBest for
Manual entryOne-off events, quick additions
CSV / Excel importBulk upload from a spreadsheet
iCal / RSS URL sourceAutomatic sync from your calendar app or website
JSON-LD auto-detectEvents already marked up on your website
Webhook ingestPush from external booking or ticketing systems