mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-03-12 10:04:14 -05:00
[PR #257] [MERGED] feat(travel_agent): Add iCalendar (.ics) export functionality to planners #271
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/257
Author: @BartugKaan
Created: 6/24/2025
Status: ✅ Merged
Merged: 8/1/2025
Merged by: @Shubhamsaboo
Base:
main← Head:feature/travel-agent-ics-export📝 Commits (1)
b9892aeAdd calendar (.ics) export to travel agent apps📊 Changes
4 files changed (+206 additions, -30 deletions)
View changed files
📝
starter_ai_agents/ai_travel_agent/README.MD(+24 -2)📝
starter_ai_agents/ai_travel_agent/local_travel_agent.py(+85 -8)📝
starter_ai_agents/ai_travel_agent/requirements.txt(+2 -1)📝
starter_ai_agents/ai_travel_agent/travel_agent.py(+95 -19)📄 Description
This pull request introduces a new feature allowing users to download their generated travel itineraries as an iCalendar (.ics) file. This enhancement makes the travel planner significantly more useful by enabling users to seamlessly import their AI-generated plans into personal calendar applications like Google Calendar, Apple Calendar, or Outlook.
This functionality has been implemented for both the primary GPT-4o planner (travel_agent.py) and the local Llama-based planner (local_travel_agent.py).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.