Calendar / Timeline View

Sounds so good! Can’t wait for the timeline view. What I still miss in the calendar view is the possibility to see the times for the assigned tasks on the individual days.

By the way, I also find it a bit cumbersome if one can only create and list appointments/tasks via sets and collections. This might be great if it allows you to create and filter many relations, but the disadvantage is that at some point it becomes more computationally intensive than it actually needs to be. Perhaps it would be possible to automatically remove all completed appointments and tasks from the calendars and place them in a separate “completed” category so that the computing power is available for all other existing and future tasks and appointments that have many relations?

Is there a tutorial on how to set this up? I saw Charlotte’s short video, but I’m new to Anytype and I’m following it. Thank you.

Hey, which video have you seen exactly? If I remember correctly, there’s no calendar video (at least from the Anyteam) at the moment.

It was a video with Charlotte introducing the feature I believe.

Any updates on the Timeline view @ignatovv?

Ideas on time stuff in Anytype

There are a few ideas that can be enablers to bootstrap different types of time-based layouts 1. **Auto-relations** Might be a preliminary step to implementing the "Formula" relation in Notion. Many types of time-based relationships could be calculated from existing relationships. Time based would be the lowest hanging fruit.

This + timeline/proposed “Document” view could enable multiple types of time-based documents

2. UI feature for consistency to Calendar view
Currently every layout in collections and sets have buttons to add notes natively in the layout except the calendar view

Calendar view - Micah - Anytype

3. Ability to add one or two time-based relations to title for dynamic titles that have dates in them

Just wondering if there’s been any updates with the calendar, as I couldn’t find any details in the roadmaps. Really excited for when the calendar can become more robust! Hopefully we can start adding time to tasks in the nearer future?

If you do a calendar / timeline view, I would like to easily move tasks into the calendar for time blocking. E.g. the filtered list of tasks is on the left, calendar on the right, and you can drag the tasks into the calendar - then move them around / change the duration in the calendar and it changes in the task. And I’d also like to be able to check the tasks off from the calendar

Hello! Would you like to add/embed in anytype a calendar with tasks and notifications of the Asana type, only simplified? If this is planned, then I really ask for a function with a notification in telegram! Thanks!

Hi @legendabinance calendar support is on the roadmap but not for anytime soon. I encourage you to watch back the townhall (Happy New Year, Release Schedule Update, Town-hall Announcement, see link to zoom recording and code at the bottom of the thread). It’s mentioned there. The transcript is searchable, so that should help you pinpoint the right place in the recording.

This feature is also inteeresting for me

Hi @legendabinance

Do you mind sharing some references of how exactly you hope a Calendar function like you’re requesting should work?

It sounds different from this request Calendar (with the ability to integrate with the kanban board)

In android or iphone, we need a calendar that can be in synchronisation with the phone calendar

@legendabinance do you mind clarifying if this request is any different then Calendar (with the ability to integrate with the kanban board) or other similar requests?

In my case, daily tasks, given jobs assigned by others, or some events can be easily handled ‘Outlook + MS To do’ or ‘Google Calendar + Google Tasks.’

but sometimes I want to set my personal goals which take several months to years and want to achieve them. In that case, I use gantt chart.
because I need to check the things below.

  • What do I need to do more? (what tasks are required)
    ** tasks, subtasks.
  • Where am I? (progress rate)
    ** deadline
    ** phases
    ** milestones

Those things are hard to handle by the calendar view with a to-do list.

Tana has recently released their calendar feature, while Capacities has moved their calendar feature to in progress.

Are you referring to the calendar view in Tana or to something else? Because the calendar view was released something like a year ago.

My particular use case for timelines is more in line with the TimelineJS from timeline.knightlab.com. They have an iframe embedding option and I hope the iframe feature in Anytype that is currently in process will work with this. TimelineJS is open source under the Mozilla Public License 2.0 and uses data from a Google Spreadsheet or for more complex timelines, using Javascript with JSON data.

Anyone know when this feature might be coming to iOS?

I guess the following attributes can cover nearly all use cases of time-related objects.

  1. Starting date/time
  2. Ending date/time
  3. Routine
  4. Tags
  5. Task/Event: If the object can be checked
  6. Dependencies: Does the object depends on other objects or do other objects depend on it?
  7. Order

The following use cases may illustrate how to use these attributes.

Case 1

I want to become a martial art master. I know it is a life goal for me but I do not have a detailed schedule yet. However, I want to start to decompose the elements I require to become the person I want to be.

  1. The starting time is today with no time entered.
  2. The ending time is none because it is either a task that will never end or the ending time is the time I become tired of the training, which is unknown.
  3. This is not a routine.
  4. #Life goal
  5. This is an event instead of a task. Therefore, it should not be able to be checked.
  6. It does not depend on other tasks.
  7. I manually drag it to the third place of all the time-related objects due to an arbitrary reason.

Case 2

I know that keeping balance is essential in martial arts as it determines if I can maintain a steady stance. I want to practice it from time to time.

  1. The starting time is 7 a.m. on each Wednesday and Friday.
  2. The ending time is 7:30 a.m. on each Wednesday and Friday.
  3. This is a repeating routine. However, I would like to try the effect of this practice so it will just be effective for a month first. The starting time of the routine is today and the ending time of the routine is one month later.
  4. #Life goal #routine
  5. This is a task. I want to check it after finishing each repetition as well as after the whole process.
  6. It depends on the task in case 1.
  7. It follows the task in case 1 with an indentation.

I may add other use cases in the future. Thank you.