Im trying to create a text field with a calendar pop just like you see in the Calendar App of MacOS:
I imagined it would be something native, but can't quite find how to implement it for MacOS. If you could give me tips of which elements are being used I appreciate.
I implemented such a functionality in one of my Apps. There is nothing native available in macOS. To get this behavior you can use a border less window with a custom shape. The window can be opened relative to the view triggering the action. In the window you can use a regular NSDatePicker.
Let me know if you need further help.
All the best.