Questions tagged as 'calendar'

1
answer

How to handle calendar in the database

Hello, I'm doing a personal project, to practice programming and I came across a situation that I'm having trouble solving. A user has a routine that is repeated weekly, where each day of the week he has different free time, for example: M...
asked by 12.08.2017 / 13:45
0
answers

Register dates from the calendar

I'm trying to make a recurrence record of dates for an event, I have this calendar: link I wanted to be able to click on each date, preferably from the one who is creating the event, since it would select multiple dates, to make a recurrenc...
asked by 18.07.2017 / 17:17
0
answers

Do not start the calendar (eventCalendar) with next events

I would like to start the calendar showing the events of the current month and not the next events. <link href="admin/coisasDoSite/calendario/EventCalendar/css/eventCalendar.css" rel="stylesheet" type="text/css"/> <link href="admin/c...
asked by 23.06.2017 / 19:38
1
answer

AddEvent in table

I have the script below: <script type="text/javascript" src="https://addevent.com/libs/atc/1.6.1/atc.min.js"asyncdefer></script><divtitle="Add to Calendar" class="addeventatc"> Add to Calendar <span class="start"&g...
asked by 16.05.2017 / 17:44
0
answers

Change the var value and load the php page

Onchange does not work, it only works on the first selection, then it does not. ideas ?? function getComboA(sel) { $(document).ready(function(){ var id = sel.value; $('#frontend').bcp({ 'ID': id, 'lo...
asked by 11.08.2016 / 19:23
0
answers

Can not save to native calendar - Xamarin - IOS

I'm saving an event on the IOS native calendar through the code below, because the simulator works perfectly, but when I do it right on the iPhone device this code does not work. I did two tests the first one opening the calendar for the user to...
asked by 20.08.2016 / 01:49
1
answer

Error: 'Operand type clash: image is incompatible with numeric'

When trying to save an object in the database, it gives the following exception:    org.hibernate.exception.DataException: could not update. [...] Caused by: java.sql.SQLException: Operand type clash: image is incompatible with numeric. I...
asked by 18.11.2015 / 12:19
1
answer

According to this rule, how do I do when I click on the (BACK) button and get the dates I chose?

publicclassCalendarioextendsAppCompatActivityimplementsView.OnClickListener{Buttonvoltar;com.prolificinteractive.materialcalendarview.MaterialCalendarViewcalendarView;@Bind(R.id.calendarView)MaterialCalendarViewwidget;UserLocalStoreuserLocalSto...
asked by 28.11.2015 / 22:11