Curiosity

Evernote

Ingests Evernote notebooks, notes, tags, attachments, and linked / shared notebooks.

variant=info text="Knowledge base" variant=success text="OAuth" variant=success text="Maps ACLs"

What gets ingested

Element Mapped to
Notebook _Notebook
Linked / shared notebook _Notebook (with IsShared property)
Note _Note (title, rendered HTML body, created, updated, source URL)
Tag _Tag
Resource (image, audio, pdf, etc.) _FileEntry + _Blob
Note attributes (latitude, longitude, source app, …) Properties on _Note

Authentication

  • Type: Evernote OAuth.

Access control mapping

  • Per-user (DataConnectorsShared.CreateUserAccessGroupIfNotExists). Shared notebooks are added to the connecting user's access group based on Evernote's sharing model.

Sync cadence

  • Default cron: hourly (0 */1 * * *).
  • Incremental sync: Evernote SyncChunk API (USN-based). Notes are processed in batches of 5 to stay below API quotas.

Notable

  • The connector handles Evernote's separate sync states for personal vs. linked notebooks — each linked notebook has its own USN cursor.