Page 1 of 1

i want to load events to calendar

Posted: Thu Oct 31, 2013 10:13 pm
by rammohan.acharyadasa

Hi
i am developing app , in that i want to load some events on specefic dates and show the events in calendar format for that particular month
how can i achieve this
i am developing for ios and android using Appery framework


i want to load events to calendar

Posted: Thu Oct 31, 2013 11:14 pm
by maxkatz

You can use any HTML/JavaScript to show/load the events. You can also invoke REST API to load the events from a cloud service. Check out this getting started guide: http://docs.appery.io/getting-started/


i want to load events to calendar

Posted: Thu Oct 31, 2013 11:20 pm
by rammohan.acharyadasa

how to use calendar . i am not seeing calendar widget in appery ui controls?


i want to load events to calendar

Posted: Thu Oct 31, 2013 11:42 pm
by maxkatz

We don't have a calendar widget yet.


i want to load events to calendar

Posted: Mon Dec 23, 2013 6:06 am
by Gail

I too would like to use calendar functionality in an app. Ideally, I would like to store an array of dates and messages and when a given date arrives, the associated message pops-up. Push notifications would seem logical, but I don't know how to set up push-notifications for a set of given dates.

If I store the dates and messages in the Appery cloud database I could then use a REST service to retrieve the message, but how could I invoke the REST service when the app isn't running (so the user can get the message alert.)?


i want to load events to calendar

Posted: Mon Dec 23, 2013 6:23 am
by Gail

This is for a native app and not a mobile web app (the user shouldn't have to connect to the internet each day to see if there's a message that day and get the alert if there is a message for that day.) After the initial load of the database data to the phone, this should all happen when a use is not connected to the internet.


i want to load events to calendar

Posted: Mon Dec 23, 2013 10:00 am
by Kateryna Grynko

Hi Gail,

You can use local database: http://docs.appery.io/tutorials/build...
Push notifications need Internet connection - it's how they work.


i want to load events to calendar

Posted: Tue Dec 24, 2013 2:07 am
by Gail

And using the local database method the alert will pop up even when the app isn't running?

There are apps that send alerts to my iphone even after I have closed the app. For example, the Google Calendar and TVGuide apps do that.


i want to load events to calendar

Posted: Tue Dec 24, 2013 8:16 am
by Kateryna Grynko

Hi Gail,

Take a look at here please:
http://stackoverflow.com/questions/89...


i want to load events to calendar

Posted: Sun Mar 09, 2014 10:47 am
by Tom6106181