@app.get("/privacy") async def privacy_policy(): return HTMLResponse(content="""
Last Updated: October 6, 2025
When you connect Google Calendar to HerOrigin AI, we collect and store:
We use your Google Calendar data to:
Your OAuth tokens are securely stored in our encrypted database. We do not share your calendar data with any third parties.
You can revoke access at any time by:
For questions about your data, contact: [your email]
""")