You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any feedback on the initial action list is highly appreciated. This will go straight into building Atomic's chat functionality.
Action list
Action:
Prompt
resolveConflictingEvents
Let's have [X] meetings on either [Day] or [Day], anytime between [TIME_RANGE] and keep it a priority of [NUMBER]
scheduleMeeting
Schedule a meeting with [person] at [date and time] for [purpose]
updateMeeting:
Update a meeting with a similar title to "[Meeting Title]". Change the date to [New Date] at [New Time], and update the title to [New Title].
cancelMeeting:
Please cancel my meeting with [person] on [date] at [time].
blockOffTime:
Block off my time for a personal appointment on [date] from [start time] to [end time].
findMeetingTime
Find an available time slot for a team meeting with [list of attendees]."
sendMeetingInvite
Send a meeting invite to [list of attendees] for [date and time] to discuss [topic].
createTodoList
Create a to-do list for [date] with [list of tasks].
rescheduleMeeting
Reschedule [meeting/event] for [date and time] due to a conflict.
addParticipant
Add [person] as a participant to [meeting/event] on [date and time].
createTaskList:
Create a task list for [task list name].
addTask:
Add a task to my [task list name] with the title [task title] and the due date [due date].
setReminder
Set a reminder for [reminder title] on [reminder date] at [reminder time].
createEvent
Create an event called [event title] on [event date] from [start time] to [end time].
updateEvent
Update the event [event title] on [event date] from [old start time] to [new start time].
cancelEvent
Cancel the event [event title] on [event date] at [event time].
getAvailability
Can you check my availability for [date] from [start time] to [end time]?
findTime
Find a suitable time for a meeting on [date] between [start time] and [end time].
createRecurringEvent
Create a recurring event called [event title] every [day(s)/week(s)/month(s)] starting from [start date] at [start time] for [duration].
updateRecurringEvent
Update the recurring event with the title [event title]. [Provide the specific details you want to update, such as the event time, duration, or other relevant information.]
deleteRecurringEvent
Delete the recurring event with the title [event title].
inviteAttendees
Invite [person 1], [person 2], and [person 3] to the meeting on [date] at [time].
removeAttendees
Remove [person 1] and [person 2] from the attendees list for the meeting on [date] at [time].
sendMeetingReminder
Send a meeting reminder for the event [event title] on [event date] at [event time] to the attendees.
createRecurringTaskList
Create a recurring task list called [task list name] every [day(s)/week(s)/month(s)] starting from [start date] with a due date of [due date]."
addNote
add a note to my [event title] with the content [note content].
getMeetingDetails
Get the details of the meeting scheduled on [date] at [time].
Get the details of the meeting with the title [meeting title].
createMeetingAgenda
Create a meeting agenda for the [meeting title] scheduled on [meeting date] at [meeting time].
Create a meeting agenda for the meeting with the title [meeting title].
sendInvitation
Send an invitation for the meeting with the title [meeting title] to [email address(es)].
Send an invitation for the meeting with the title [meeting title] to [name(s)].
addLocation
Add a location to the meeting with the title [meeting title]. The location is [location].
updateLocation
Update the location of the meeting with the title [meeting title] to [new location].
removeLocation
Remove the location from the meeting with the title [meeting title].
createRecurringBlock
Create a recurring block from [start time] to [end time] every [day(s)/week(s)/month(s)] starting from [start date].
updateRecurringBlock
Update the recurring block from [start time] to [end time] every [day(s)/week(s)/month(s)] starting from [start date] with the new schedule of [new start time] to [new end time].
cancelRecurringBlock
Cancel the recurring block from [start time] to [end time] every [day(s)/week(s)/month(s)] starting from [start date].
addAttachment
Add an attachment to the [event/task/meeting] with the title [title]. The attachment is [attachment details].
setWorkingHours
Set my working hours from [start time] to [end time] on [days of the week].
addGuest
Add [guest name] as a guest to the meeting with the title [meeting title].
removeGuest
Remove [guest name] from the guests list of the meeting with the title [meeting title].
updateTaskStatus
Update the status of the task [task title] to [task status].
createTask
Create a task with the title [task title] and the due date [due date].
deleteTask
Delete the task with the title [task title].
updateTask
Update the task with the title [task title]. [Provide the specific details you want to update, such as the due date, priority, or other relevant information.]
createReminder
Create a reminder with the title [reminder title] and the due date [due date].
updateReminder
Update the reminder with the title [reminder title]. [Provide the specific details you want to update, such as the due date, time, or other relevant information.]
deleteReminder
Delete the reminder with the title [reminder title].
Delete the reminder with the title [event title].
updateTaskList
Update the task list with the name [task list name]. [Provide the specific details you want to update, such as the task list name, tasks, or other relevant information.]
deleteTaskList
Delete the task list with the name [task list name].
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Any feedback on the initial action list is highly appreciated. This will go straight into building Atomic's chat functionality.
Action list
Action:
resolveConflictingEvents
scheduleMeeting
updateMeeting:
cancelMeeting:
blockOffTime:
findMeetingTime
sendMeetingInvite
createTodoList
rescheduleMeeting
addParticipant
createTaskList:
addTask:
setReminder
createEvent
updateEvent
cancelEvent
getAvailability
findTime
createRecurringEvent
updateRecurringEvent
deleteRecurringEvent
inviteAttendees
removeAttendees
sendMeetingReminder
createRecurringTaskList
addNote
getMeetingDetails
createMeetingAgenda
sendInvitation
addLocation
updateLocation
removeLocation
createRecurringBlock
updateRecurringBlock
cancelRecurringBlock
addAttachment
setWorkingHours
addGuest
removeGuest
updateTaskStatus
createTask
deleteTask
updateTask
createReminder
updateReminder
deleteReminder
updateTaskList
deleteTaskList
Beta Was this translation helpful? Give feedback.
All reactions