Reference Implementation: Calendar Mapping Rules¶
How extracted LLM fields map to Google Calendar event fields.
| Extracted Field | Calendar Field | Logic / Format |
|---|---|---|
event_name |
Summary | Title Case |
start_date |
Start Time | ISO8601 string |
end_date |
End Time | If null, set to start_date + 1 hour |
location |
Location | Plain Text |
reasoning |
Description | Prepend "Auto-generated by AI:" |
doc_id |
Description | Append direct link to Paperless-ngx |