Calendar
Is there a possibility to repeat an entry weekly ?
The anniversary only takes repeats on a yearly basis !
I need weekly , every second week , monthly event repeats
Just lazy I guess :)
Regards David
23 replies
-
Dear Sir
Another small problem , as regards the Calendar ?
Is it possible to change the working hours ??????
Regards
david -
Hi David, we have this feature on the change request list. But we cannot say exactly when we implement it.
Best regards, Alex -
Hi. Is there a way to go to specific date? Either in the Calendar view itself, or in code?
Also, I noticed that the month and days views show unrelated periods (i.e. they're not in sync). That makes moving back/forward in time very tedious.
BTW, just bought The Mac version, and am very impressed with Ninox's functionality so far. -
Hi Mike,
its not (yet) possible to access (or call via code) a specific date in calendar.
Greetings
Birger - Ninox Support -
Hi,
Is there a way to change the time increments in the week view to half hours?
So that a click creates a 30-minute appointment?
Looking forward to your reply,
Adriaan -
Try it like this:
- Create a 'Date / Time' field, a button and an 'Appointment' field.
- Select a date/time value, click the button - the appointment will contain a 30min appountment if the button contains this formula:
–––
Appointment := number('Date / Time') + "/" + 1800000
–––
Birger Ninox Support -
Thanks! That does allow me to make a 30-minute appointment.
I assume it's currently not possible to do this in the calendar view?
Adriaan -
Hi
My question is
Why the date and appointment fields have the option to show in calendar and the
date and time field does not?
Thanks
Ioannis -
This would be just one point in the timeline whereas the date field will create a whole day event.
Birger - Ninox Support -
Thank you for your answer
Yes this is what I would like a point in the timeline
How can i doit?
Thanks -
Does the calendar sync with a Mac's native calendar?
-
Hi,
From Ninox App, the Ninox calendar can be synced with iCal through,
App--> Calendar--> Options--> Enable Calendar Sync.
Regards,
Sakshi - Ninox Support -
Hello
I acctualy have question. Can i repeat an entry monthly? like a payment ou samething like that?
-
Hello,
you would have to create one entry per month. If it is recurring, you can use a script to create entries in a subtable:
let theId := Nr;
for i in [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] do
let c := (create items);
c.(entries := theId)
end -
Is it possible to filter or constrain the records of a given table that show up in the Calendar?
For example…
I have an employee availability table consisting of a Date field and an Employee-ID field and I’d like the calendar to only display the availability of a subset of those employees. I might want to view the availability of employees with IDs between 1 and 20. Then between 21 and 40.
Using the “Show As” option under “Edit Fields”, I’ve figured out how to suppress any displayed text for certain records, but the blue “slot” indicating the record exists still appears on the calendar. And I can hide the entire table from the calendar. But I can't figure out how, or if it's even possible, to show just a subset of records from a table.
Is something like this possible? If so, how might it be done?
-
What I have done is to create a new field "Available Date" of type DATE, then use an after update trigger to set that date to either the date you want, or "null". If you define this new date as appearing in the calendar, you should get the text appearing if the date has a value and nothing appears if the "Available Date" is null. You can still have the other date showing as normal. Hope this makes sense.
-
Hi Robert. I just tried your suggestion and it worked perfectly. Thank you so much!
-
Hi, is there a way to sync my Ninox calendar items with my Google calendar?
-
How can I print the calendar information day by day I can’t find how to print each day
-
Hi, you can sync your calender via the followin options:
Best, Jörg
-
When I click options in Calendar nothing happens, the calendar options window doesn't open.
-
Please check the permissions of the Calendar App.
Birger
-
recurrent event like salary(every 2 weeks), how do you manage that? Why only birthdays?
Content aside
- 4 yrs agoLast active
- 23Replies
- 9209Views