code that is executed in consecutive cycles such as every frame of a graphics engine, or each clock cycle of a circuit, or simply code that is executed whenever an often event is triggered
Questions tagged [recurring-events]
139 questions
0
votes
1 answer
Where are the deleted occurrences?
I have a recurring event, repeated 5 days in a row, of which:
the occurrence on 16/3 was modified (caption and times)
the occurrence on 18/3 was modified (caption, to distinguish it), then deleted
If I get all instances of the event (List event…

Jan Doggen
- 8,799
- 13
- 70
- 144
0
votes
2 answers
Formula to calculate how hours correlate to fixed interval maintenance schedule
I have a database driven vb.net program that records the number of hours a piece of equipment has operated each day. This is a totalizer number that always increases for the life of the equipment, like an automobile odometer.
The equipment has a…

ESS
- 175
- 1
- 15
0
votes
1 answer
JavaScript RRule - how to get "all the dates for Monday, Tuesday and Friday of 3rd week of every month for 10 counts starting from any certain date"
Hi dear stackoverflow community people, need your help in a problem.
I am using rrule JavaScript lib to generate event dates for calendar. Below is the example condition for which I want event dates.
freq: Monthly
startDate: 1 Nov 22, 6AM
count:…

Dheeraj
- 28
- 8
0
votes
0 answers
Pagination with recurrence events
I have an Task entity. It could be repeated like Google Calendar. I add rrule column to store iCal RFC5545 format. And using https://github.com/tplaner/When third party library to parse the recurrence task list. Now I have obstacle with pagination.…

Nguyen Nhut Tien
- 129
- 13
0
votes
1 answer
Recurring for month and week in Flutter
I am trying to create a feature where I can transfer money by scheduling, so for that, I need a recurring option for the month and weak, And the problem that I face is, that if a user chooses the 31st of a month every month doesn't have the 31st, so…

Aswathy Gireesh
- 1
- 1
0
votes
1 answer
ICS to uppdate this and future in recurring calendar event
I am trying to programmatically create icalendar events by creating an ICS file and sending them via email to the attendees. I want to be able to create a recurring event, which works fine.
Now I also want to be able to update these events. If I try…

jenny jenkins
- 95
- 1
- 9
0
votes
0 answers
Full Calender Delete an event which is in recurring sequence
I have a complex scenario in which i want to implement. I am using Full Calendar v4.4.0 and for showing recurring events i am using rrule plugin. I am loading events from mysql. I am succesfull in loading them and showing them on website. Its…

kool_Coder
- 149
- 1
- 12
0
votes
2 answers
Paypal monthly recurring
I need an auto monthly recurring tick yes on PayPal donation. Please help me with this.
Check out this image

Tim
- 1
- 1
0
votes
1 answer
Trouble generating YAML for ice_cube from Javascript
I want to generate recurring events for use with the ice_cube gem from javascript. I'm trying to use http://sourceforge.net/projects/yaml-javascript/ to dump a javascript object to yaml. I'm not quite getting the results I want though. I'm not…

Jesse Aldridge
- 7,991
- 9
- 48
- 75
0
votes
1 answer
Python Creating Recurrence Events
Im unable to create recurrence python events after every user defined hour in a day. Recurrence only returns me 1 event not after every defined hour.
e.g If I want to create a job of cleaning after every 2 hour in system. so if current hour is 13,…

M Usman Wahab
- 53
- 1
- 10
0
votes
1 answer
Rails recurring_select gem week start
I'm using recurring_select gem in my Rails project but can't find a way to specify week_start param, so that Monday would appear first while choosing the weekly schedule. Is there a way to do this?
Here's the source code of gem…

Marat
- 622
- 7
- 21
0
votes
2 answers
Create Recurring All Day Calendar Event from List of Dates in Google Sheet
I have a list of dates in column A (starting at A2) paired with text for a title in column B (starting at B2). I have my calendar ID listed in cell E2.
I would like to send this data to Google Calendar to create recurring, all-day calendar events.…

N. Wass
- 1
- 2
0
votes
1 answer
DHTMLX Scheduler recurring year events - Problems with rec_type
I'm trying to add a recurring event in my Database using dhtmlx scheduler. I'm using a full customized Lightbox with my own fields. Daily, weekly and monthly Events will be added perfectly to the database. Maybe i overlooked something
I've tried to…

BloodyLink
- 23
- 3
0
votes
0 answers
How to replace recurring by day specific event in fullcalendar?
I have set user's availability by recurring event for every Sunday that user is not available. If the user provides data for specific Sunday that he/she is available for particular Sunday than how can I replace that recurring event for that…
0
votes
2 answers
FullCalendar V4 - How to account for shorter months in a recurring event series?
I'm using FullCalendar v4-alpha-3 with the RRule plugin to generate recurring events. It works as expected with only one problem: how do I modify a recurring event to account for months with fewer days than the starting month in a series?
For…

TPM
- 69
- 8