# How to do a calendar using multiples dates from a cell?

**URL:** https://community.glideapps.com/t/how-to-do-a-calendar-using-multiples-dates-from-a-cell/72439
**Category:** Ask for Help
**Created:** [April 9, 2024, 11:18pm UTC](https://community.glideapps.com/t/how-to-do-a-calendar-using-multiples-dates-from-a-cell/72439 "2024-04-09T23:18:04Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Rafael\_Salla\_Paulilo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rafael_salla_paulilo/32/71453_2.png) [@Rafael\_Salla\_Paulilo](https://community.glideapps.com/u/Rafael_Salla_Paulilo)
#### Post date: [April 9, 2024, 11:18pm UTC](https://community.glideapps.com/t/how-to-do-a-calendar-using-multiples-dates-from-a-cell/72439/1 "2024-04-09T23:18:04Z")

</div>

Hello my friends!

I created an event calendar so that the same event can occur on different days and times. So I created a column where I separate these dates/times by commas as follows: DD/MM/YYY - HH:MM. For example: 04/21/24 - 17:00, 04/22/24 - 17:00, 04/23/24 - 11:00.

Now, I would like to put these dates and times in a calendar but I don’t know how to do it because Glide only allows you to use fields with unique data.

Please, do you know any way to do this without creating several lines for the same event?

Kind regards,

Rafael.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [April 9, 2024, 11:31pm UTC](https://community.glideapps.com/t/how-to-do-a-calendar-using-multiples-dates-from-a-cell/72439/2 "2024-04-09T23:31:14Z")

</div>

So row count is a problem for you? I can’t think of a way to do that without using multiple rows. Even if you transpose them, there still needs to be a helper table with multiple rows to store those dynamically.

---

<div class="post-metadata">

### Author: ![Rafael\_Salla\_Paulilo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rafael_salla_paulilo/32/71453_2.png) [@Rafael\_Salla\_Paulilo](https://community.glideapps.com/u/Rafael_Salla_Paulilo)
#### Post date: [April 9, 2024, 11:45pm UTC](https://community.glideapps.com/t/how-to-do-a-calendar-using-multiples-dates-from-a-cell/72439/3 "2024-04-09T23:45:18Z")

</div>

A helper table could work but how can I do it using the dates that are in the same cell automaticlly?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [April 9, 2024, 11:46pm UTC](https://community.glideapps.com/t/how-to-do-a-calendar-using-multiples-dates-from-a-cell/72439/4 "2024-04-09T23:46:53Z")

</div>

If you’re using a helper table, do you need to show events from multiple rows at the same time?

---

<div class="post-metadata">

### Author: ![Rafael\_Salla\_Paulilo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rafael_salla_paulilo/32/71453_2.png) [@Rafael\_Salla\_Paulilo](https://community.glideapps.com/u/Rafael_Salla_Paulilo)
#### Post date: [April 10, 2024, 12:13am UTC](https://community.glideapps.com/t/how-to-do-a-calendar-using-multiples-dates-from-a-cell/72439/5 "2024-04-10T00:13:48Z")

</div>

I’m not using a helper table for while. I have a table with multiples rows and each row is a diferent event.
