INTERNATIONAL JOURNAL OF LATEST TECHNOLOGY IN ENGINEERING,
MANAGEMENT & APPLIED SCIENCE (IJLTEMAS)
ISSN 2278-2540 | DOI: 10.51583/IJLTEMAS | Volume XV, Issue I, January 2026
AI-Powered Personal Assistant for Smart Task Scheduling, Email
Deadline
Kaustubh Gulwade, Srishti Gupta, Riya Gupta, Chaitanya Hapse, Swapnil Gulbhile, Prof. Rahul
Waikar, Prof. Sunil Sable
Department of Engineering Science and Humanities, Vishwakarma Institute of Technology, Pune, India
Received: 08 January 2026; Accepted: 13 January 2026; Published: 24 January 2026
ABSTRACT
The explosion of electronic communication has made email a foundation of contemporary professional and
educational existence. Nevertheless, the large amount of unstructured correspondence places an enormous
cognitive burden on the users, resulting in ineffective task processing, lost deadlines, and lowered productivity.
This paper presents an intelligent personal assistant aimed at addressing these issues. The system combines a
cutting-edge large language model (LLM) with general productivity APIs, such as Gmail and Google Calendar,
to develop a seamless, automated process. The system feeds on and parses email content automatically to carry
out three fundamental functions: creating brief summaries for rapid understanding, extracting action items and
deadlines to schedule matching events in an electronic calendar, and offering a question-answering interface
where users can pose particular questions about an email's content. A strict experimental analysis carried out on
a manually annotated subset of the Enron email corpus proves the effectiveness of the system. The system
attained an F1-score of 0.87 for extracting tasks and deadlines and ROUGE-L scores of 0.42 for summarization,
reflecting high-quality performance. Qualitative analysis also supports the question-answering module's
capability to correctly retrieve information. The main contribution of this project is the conception,
implementation, and evaluation of a strong, end-to-end system that adequately closes the semantic gap between
passive email information and actionable, queryable intelligence, offering an effective solution for individual
digital productivity enhancement.
Keywords— AI Productivity Tool, Automated Scheduling, Calendar Automation, Email Summarization, Large
Language Models (LLMs), Natural Language Processing (NLP), Question Answering, Task Extraction,
Langchain agents, gmail agent, calendar agent, gmail and calendar ai assistant, mail query asking system.
INTRODUCTION
In Today’s digital environment, email and web-based calendars are ubiquitous aids to planning and managing
work, educational, and personal life. The volume of communications arriving each day, from meeting invitations
and project notifications through deadlines and casual plans, imposes a heavy responsibility on individuals to
sift through, sort, and respond to this information by hand. This continuous flow of unstructured information
presents an enormous problem of information overload and task fragmentation. Though the tools required—
email clients and calendar apps—are omnipresent, they mostly function in solo silos. This requires repeated,
manual information transfer, whereby users read an email, extract the essential particulars of a task or event, and
then painstakingly re-key that information into a distinct calendar app.
This manual process creates a fundamental "semantic gap" between the unstructured, natural-language content
of an email and the structured, machine-readable data required by scheduling software. The cognitive overhead
associated with bridging this gap is non-trivial; it consumes valuable time, introduces the potential for human
error, and contributes to mental fatigue, ultimately hindering productivity. The challenge, therefore, is not the
absence of tools, but the lack of intelligent automation to seamlessly integrate them.
To overcome these constraints, this paper presents a new, intelligent personal assistant conceived as a
comprehensive solution to the task fragmentation problem. It capitalizes on the sophisticated semantic reasoning
Page 265