Calendar
DuckTape's calendar feature helps you manage events and schedules efficiently. You can use the command line or natural language commands to interact with your calendar.
Adding Events
To add an event to your calendar, you can use either a command-line instruction or natural language. Here's how:
Using Command-Line
# Add an event to the calendar
ducktape add event "Project Deadline" on 2025-04-15 at 10:00 AM
Using Natural Language
DuckTape also supports natural language commands for creating events. For example:
🦆 create an event at 10am on April 15 called Project Deadline
When you use this natural language command, DuckTape processes it as follows:
Alternatively, you can use the interactive DuckTape Terminal to create events:
🦆 create an event at 10am on April 15 called Project Deadline
This interactive mode allows you to type natural language commands directly and see immediate feedback.
Viewing Events
To view your calendar events, use the following commands:
# View all events
ducktape show calendar
# View events for a specific day
ducktape show calendar on 2025-04-15
Editing Events
Modify existing events with the following commands:
# Update an event
ducktape update event "Project Deadline" to "Final Presentation" on 2025-04-16 at 2:00 PM
# Delete an event
ducktape delete event "Final Presentation"
Syncing with External Calendars
DuckTape supports syncing with external calendar services like Google Calendar and Apple Calendar. To enable syncing, follow these steps:
- Log in to your DuckTape account.
- Navigate to the Integrations section in the settings.
- Connect your preferred calendar service.
Best Practices
- Use clear and descriptive titles for your events.
- Set reminders for important events to stay on track.
- Regularly review your calendar to avoid conflicts.