All Questions
Tagged with recurrence calendar
24 questions
0
votes
0
answers
1k
views
Swift Date/Time Periodic Repeats (Every Day, Week, Month, etc.), Repeating functions [duplicate]
I'm making a SwiftUI Budget app where user can add a transaction (CoreData entity) and make it recurring by choosing start date and recurrence interval: weekly, every two weeks, monthly, every 3/6 ...
1
vote
2
answers
1k
views
Outlook add in (calendar event): Recurrence is always null
I have an Outlook addin for calendar events, with a task pane. From the pane, I get the event data:
date start: item.start.getAsync()
date end: item.end.getAsync()
recurrence: item.recurrence....
0
votes
0
answers
52
views
Ext.ensible.cal.RecurrenceField not working on Ext.TabPanel
I am new to ExtJS and I am working on a project that creates a recurrence when an appointment is scheduled.
After some digging, I got a link for creating recurrence like http://ext.ensible.com/deploy/...
0
votes
1
answer
490
views
How to loop over weeks and find the exact date of some days?
I'm working on a website where the user can create some events every X days (where X is the name of a day in the week). Then, he needs to enter the number of events he wants to create in the future.
...
1
vote
1
answer
751
views
Resources for high level introduction into iCalendar rfc 5545
I am grateful to have crossed paths with the 5545 spec. However, I found that available resources on https://icalendar.org/ & from google are either moderately dense or lacking.
I was hoping to ...
0
votes
1
answer
8k
views
Outlook: how to set recurrence every 1st, 2nd, and 4th week
I've set up two recurring events in Outlook for my team:
Event #1: Every week on Thursdays
Event #2: Every third Friday of the month
With this setup, it will look like the following on my monthly ...
0
votes
1
answer
1k
views
How to add a recurring calendar event through Outlook 365 Rest Api?
I am using PHP to access the Outlook 365 REST API. I am sending following payload via POST to https://outlook.office.com/api/v2.0/me/events and receiving a 500 error in return. How is my payload ...
12
votes
1
answer
5k
views
How to query recurrence rules in PostgreSQL?
I have a recurrence table that stores the iCalendar RFC 5545 Recurrence Rule string. Ex:
FREQ=MONTHLY;INTERVAL=2
Does anyone know of any postgres functions similar to do the following?
...
-1
votes
2
answers
370
views
RRule for Recurring events is common across all platforms?
Whether the standardisation and conventions in RRule for generating recurring events in calendar is unique?
I mean whether the same rule can be used in all the platforms like Android, iOS and Windows....
1
vote
2
answers
459
views
Can't get recurrence API Google Calendar PHP
I am trying to get the recurrence of an event with the Google Calendar API in PHP, and it doesn't show me the recurrence.
The following code is the code I'm using:
$params = array(
'...
1
vote
0
answers
94
views
Google apis adding events to calendar javascript
I am trying to add a new event using javascript:
new_event = {
"summary": 'new event'
"location": 'Somewhere'
"start": {
...
0
votes
1
answer
1k
views
Cannot Read Calendar Event with Recurrence Rule
I created an event with repeat rule "FREQ=MONTHLY;BYMONTHDAY=16;COUNT=10". I saw the event on my two Android Calendars apps, and also on Google Calendar web site. I can read all other events from my ...
0
votes
1
answer
291
views
Android calendar two RRULEs
Can I insert two rrules into one event in android calendar ?
I want to have one event and for example, this event will be repeated every monday on 10.00 AM and every FRIDAY on 13.00,
is there any ...
1
vote
0
answers
357
views
Searching for an iCalendar recurrence format that works across devices
I am looking for a way to represent recurrence in iCalendar that works in Google Calendar, Android and iOS. I am working with a timetabling system where weekly recurrence is very common but the ...
3
votes
1
answer
2k
views
Expanding of Recurring Events from a Sharepoint Calendar doesn't work for a ViewFields Query
My post is a continue of Expand Recurring Events from a Sharepoint Calendar over WebServices?
The problem is that expanding works while view fields query is null or empty. But since I set up some ...