Calendar Event Extractor
Extract structured event information from unstructured text.
Extract event information from the following text. Return the data in this exact JSON format: { "event_name": "string", "date": "YYYY-MM-DD", "time": "HH:MM", "location": "string or null", "participants": ["name1", "name2"], "notes": "string or null" } Text: {{text}} If a field cannot be determined, use null. Do not guess or invent information.