How to build an Ionic Calendar App

  Рет қаралды 59,978

Simon Grimm

Simon Grimm

Күн бұрын

Add a cool Calendar component into your Ionic app!
🔥 Learn to build mobile apps with Ionic in my Ionic Academy: ionicacademy.com/
💎 Get the Built with Ionic Book: builtwithionic...
#############################
Want to read instead of watch? Here's the full Ionic tutorial: devdactic.com/...
Want more tutorials? Here you go! devdactic.com/
Just getting started? Take my 7 Day Ionic Crash Course: ionicacademy.c...
#############################
You can also find me
on / schlimmson
on / devdactic
on / simongrimm_
#############################

Пікірлер: 54
@hivonzoooPL
@hivonzoooPL 6 жыл бұрын
Hi, will it work with Ionic 3 projects?
@rebarius
@rebarius 7 жыл бұрын
I implemented everything and inserted an AJAX Request for GET and POST. I can post data via JSON to my MySQL Server, but when i try to GET more then one Event, your addEvent() won't work! I outsourced your "AddEvent()" to an LoadReservation() function and added json by json....but also: it won't insert ALL Events! Could you explain that? Or how would it look like, if you "PUSH" more then one event into the array: eventSource?
@emmanuelkomenan9001
@emmanuelkomenan9001 7 жыл бұрын
Great tutorial Simon
@yakikaze93
@yakikaze93 6 жыл бұрын
HI Simon,Can you show how to display events from database into calendar?
@MrJunio729
@MrJunio729 6 жыл бұрын
Sorry Simon Grimm you have one more updated in which is doing with ionic4 or ionic3? or one where the native calendar of the device is shown completely for example sPlanner in Samsung
@abnethussien9288
@abnethussien9288 5 жыл бұрын
what about reminder alarm?
@anthonyjr.ballug184
@anthonyjr.ballug184 6 жыл бұрын
Hello Simon, Great Tut! buti is it possible to add a recurring event? e.g. every 15 of the month?
@csanmora
@csanmora 6 жыл бұрын
Can't bind to 'eventSource' since it isn't a known property of 'calendar'.. Can somebody help me
@mustafauysal4931
@mustafauysal4931 5 жыл бұрын
Can you solve your error? please share me.
@farantariq4295
@farantariq4295 6 жыл бұрын
keep up the good work . Always helped me :)
@galaxies_dev
@galaxies_dev 6 жыл бұрын
Thanks Faran!
@mrnaaaaaa
@mrnaaaaaa 7 жыл бұрын
muy bueno tutorial...una consulta. ¿como se puede cambiar el idioma?
@mishisoo
@mishisoo 7 жыл бұрын
Hey, cool vid! I have one question though. The event-modal page i made doesn't contain event-modal.module.ts like yours does.How do I solve that? Thanks.
@jankibhatt2799
@jankibhatt2799 7 жыл бұрын
You need to create Ionic project in version 3. When you create new project in version 3, module.ts page is automatically generated by Ionic like other pages.
@jankibhatt2799
@jankibhatt2799 7 жыл бұрын
Hey Simon. Great Tutorial. But I am receiving error: Uncaught (in promise): invalid link: EventModalPage. I have already created and imported page to home.ts file. Any Idea why I am receiving this error?
@robertlow1376
@robertlow1376 6 жыл бұрын
If you are using lazy loading, you would need to import into the child module.ts too.
@Enriqkendo
@Enriqkendo 7 жыл бұрын
Hello Simon, How Can I change the design in calendar?
@robertlow1376
@robertlow1376 6 жыл бұрын
Hi, can you guide me on how to edit the design
@rebarius
@rebarius 6 жыл бұрын
Guys you don't need to change the css. just have a deeper look into the github repository of the founder/collaborators. there you will find templates and how to change these ;)
@floodyboy5307
@floodyboy5307 7 жыл бұрын
very nice tutorial 👍🏻 thanks
@galaxies_dev
@galaxies_dev 7 жыл бұрын
Thanks :)
@robertlow1376
@robertlow1376 6 жыл бұрын
Hello, How can I load api data into the calendar?
@jankibhatt2799
@jankibhatt2799 7 жыл бұрын
Ok! So I found the solution. 1. We are using lazy loading which doesn't work in Ionic 2. I created new project in Ionic 3 and it worked completely fine. For the error I mentioned below: I was missing @IonicPage import in the .ts file. I must have deleted accidentally :) .
@mklyx
@mklyx 7 жыл бұрын
Can you specify a bit more on what you actually did to make it work? So far I still got the same error as you mentioned last time. Thanks!
@lucyzhao2309
@lucyzhao2309 7 жыл бұрын
I have checked package.json that tells me my version of ionic is already 3.5.3, but I still have the same problem as you had. Do you have any idea why?
@jankibhatt2799
@jankibhatt2799 7 жыл бұрын
This is Ionic 3 tutorial and I created calendar project in ionic 2 . So I just upgraded to ionic 3 and it started working.
@ziedmiladi4320
@ziedmiladi4320 7 жыл бұрын
tuto Internationalization in ionic 2 or angular 2 ? thanks
@penrock1000
@penrock1000 7 жыл бұрын
is it possible to load some set appointments from my backend directly into this calendar?
@robertlow1376
@robertlow1376 6 жыл бұрын
hi, do you have solution for this? mind sharing? thanks
@subinbenny4561
@subinbenny4561 5 жыл бұрын
is there any to do it in ionic 4
@rebarius
@rebarius 6 жыл бұрын
My Review: I integrated the Ionic-2 Calendar, but there's too much disadvantages, rather then advantages to decide for this calendar! You can't individualize the View as easy as some other components from that. But I used it in a better way, I built a great datapicker with that. Much more suitable, then handle events ;)
@galaxies_dev
@galaxies_dev 6 жыл бұрын
Yeah it has limitations, I agree. Using this in another big project and it's a lot of CSS customisation needed..
@marryteo497
@marryteo497 6 жыл бұрын
Can you share your coding about the calendar ionic 3? =)
@rebarius
@rebarius 6 жыл бұрын
Update (01.05.2018): Now that I studied the docs and repo from the creators I can revoke my Comment: You can change everything! There are so good templates and the developers don't show how to change them, but if you detect them in the repo: you can massively change everything! Just a sidenote: google calendar is possible with that ;)
@rebarius
@rebarius 6 жыл бұрын
Simon Grimm thanks Simon! You teached me a lot through my Informatik-Studium ;D
@terushkanaidoo5125
@terushkanaidoo5125 7 жыл бұрын
Great tutorial. When you close and reopen app do the events still appear?
@omark3862
@omark3862 7 жыл бұрын
Did you solved the Problem? When i clode and reopen the ap all my events appear :/
@jankibhatt2799
@jankibhatt2799 7 жыл бұрын
For that you will have to store data somewhere. If you store calendar events and try to get them upon page/app load, you should be able to see them !
@hungdo4907
@hungdo4907 7 жыл бұрын
I get this error: Uncaught (in promise): Error: Template parse errors: 'calendar' is not a known element: 1. If 'calendar' is an Angular component, then verify that it is part of this module. 2. To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. (" [ERROR ->] ")
@robertlow1376
@robertlow1376 6 жыл бұрын
If you are using lazy loading, you would need to import into the child module.ts too.
@simeonjananan9241
@simeonjananan9241 7 жыл бұрын
How to add different colours for the past events and up coming events in calendar view
@jankibhatt2799
@jankibhatt2799 7 жыл бұрын
Did u find solution? Please share if you did. I tried some CSS but didn't work for me :(
@robertlow1376
@robertlow1376 6 жыл бұрын
Hi, do you have the solution?
@bjesussalcedo4019
@bjesussalcedo4019 7 жыл бұрын
Genial! Saludos desde Venezuela
@galaxies_dev
@galaxies_dev 7 жыл бұрын
Gracias desde Alemania!
@pnbhousing4328
@pnbhousing4328 6 жыл бұрын
what about ionic1
@docsaudesaude9756
@docsaudesaude9756 7 жыл бұрын
Show Tutorial!! Thank you!!! How i change language for portuguese?
@paulodesignn
@paulodesignn 7 жыл бұрын
Eu tbm gostaria de saber... Vc descobriu como que faz?
@JoseCarvajalMedia
@JoseCarvajalMedia 7 жыл бұрын
You just need to add this HTML
@matheusjoveliano
@matheusjoveliano 7 жыл бұрын
Da uma olhada: github.com/twinssbc/Ionic2-Calendar#localization ai você usa "pt-BR" \o/
@mastertric
@mastertric 6 жыл бұрын
jose, yo utilice tu forma para hacerlo en español pero no me funciona, dice "Cannot read property 'dayHeaders' of undefined" sabes porque sucede eso?
@leahluecking3051
@leahluecking3051 6 жыл бұрын
Play
🔴 Let's Build: Ionic Calendar
1:41:30
Simon Grimm
Рет қаралды 8 М.
React Native vs Flutter - Which should you use?
22:31
Simon Grimm
Рет қаралды 31 М.
МЕБЕЛЬ ВЫДАСТ СОТРУДНИКАМ ПОЛИЦИИ ТАБЕЛЬНУЮ МЕБЕЛЬ
00:20
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Паша Осадчий
Рет қаралды 7 МЛН
HAH Chaos in the Bathroom 🚽✨ Smart Tools for the Throne 😜
00:49
123 GO! Kevin
Рет қаралды 13 МЛН
Can Cursor AI build my React Native App?
18:44
Simon Grimm
Рет қаралды 8 М.
Bubble Tutorial for Beginners: How to Build an App in 2024
3:12:31
Coaching No Code Apps
Рет қаралды 510 М.
Think Fast, Talk Smart: Communication Techniques
58:20
Stanford Graduate School of Business
Рет қаралды 40 МЛН
5 React Native Tips to WOW Your Users
16:36
Simon Grimm
Рет қаралды 24 М.
Learn Power Apps from Scratch for Free: Beginner's Course Available Now
47:50
Technoobie Tutorials
Рет қаралды 78 М.
Power Apps Model Driven Apps FULL COURSE for Beginners
3:23:34
Lisa Crosbie
Рет қаралды 518 М.
Jira Tutorial for Beginners: Jira Project Management
1:33:11
Simon Sez IT
Рет қаралды 1 МЛН
Ionic Caching Service
18:12
Simon Grimm
Рет қаралды 19 М.