# Can I add different values to the calendar?

**URL:** https://community.glideapps.com/t/can-i-add-different-values-to-the-calendar/57643
**Category:** Ask for Help
**Created:** [February 8, 2023, 4:31am UTC](https://community.glideapps.com/t/can-i-add-different-values-to-the-calendar/57643 "2023-02-08T04:31:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rezmeplx](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rezmeplx/32/53827_2.png) [@rezmeplx](https://community.glideapps.com/u/rezmeplx)
#### Post date: [February 8, 2023, 4:31am UTC](https://community.glideapps.com/t/can-i-add-different-values-to-the-calendar/57643/1 "2023-02-08T04:31:04Z")

</div>

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/0/501112ddc2d93d895e797dccc1f131e2ea8f935b.png)

I want to insert numbers of a certain column in the monthly calendar. is it possible? I tried using description and start end time basically all of options but does not work  
Basically what I want to do is to show revenue for the day in monthly calendar

Also I want to limit changing the calendar so that it is fixed in monthly calendar only.  
Currently it seems users can change it to daily or weekly and when clicking intraday how can I limit this actions and only let them see monthly?

---

<div class="post-metadata">

### Author: ![glide](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/glide/32/53398_2.png) [@glide](https://community.glideapps.com/u/glide)
#### Post date: [February 8, 2023, 4:31am UTC](https://community.glideapps.com/t/can-i-add-different-values-to-the-calendar/57643/2 "2023-02-08T04:31:12Z")

</div>

_This is an experimental reply from a bot. Please like it if it’s correct._

Yes, you can add different values to the calendar. You can use the Calendar component to display data from your table in a monthly calendar view. You can also use the Calendar component to display data from a related table. To do this, you’ll need to add a Relation column to your table and then use the Calendar component to display the related data.

To limit the calendar view to monthly, you can use the Calendar component’s settings to set the default view to “Month”. You can also disable the ability to switch views by unchecking the “Allow switching views” option. [Glide • Basic columns](https://www.glideapps.com/docs/reference/basic-columns/basic-columns)

---

<div class="post-metadata">

### Author: ![rezmeplx](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rezmeplx/32/53827_2.png) [@rezmeplx](https://community.glideapps.com/u/rezmeplx)
#### Post date: [February 8, 2023, 4:33am UTC](https://community.glideapps.com/t/can-i-add-different-values-to-the-calendar/57643/3 "2023-02-08T04:33:47Z")

</div>

@glide

Okay I figured out how to add data as events but still can’t find a way to restrict changing it to weekly or daily.

---

<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: [February 9, 2023, 12:01am UTC](https://community.glideapps.com/t/can-i-add-different-values-to-the-calendar/57643/4 "2023-02-09T00:01:21Z")

</div>

Do you already have “events” to display in the calendar? You would have to pre-construct rows that can be used as a source for your Calendar component.

> [@rezmeplx](#):
>
> Also I want to limit changing the calendar so that it is fixed in monthly calendar only.  
> Currently it seems users can change it to daily or weekly and when clicking intraday how can I limit this actions and only let them see monthly?

I don’t believe you have the option to disable that. At best, you can only choose a “default mode”.
