Questions tagged [icalendar]

iCalendar is a widely-used data format for representing and exchanging calendaring and scheduling information independent of any particular calendar service or protocol.

iCalendar is a data format for representing and exchanging calendaring and scheduling information such as events, to-dos, journal entries, and free/busy information, independent of any particular calendar service or protocol.

Used and supported by many products, including , Apple's iCal and Microsoft .

2435 questions
0
votes
1 answer

Cannot get instance of recurring event in AppleScript Calendar

I have a script that performs actions on events in the next 30 days. I use the following command to get stamp dates for all events between eventStart (today) and eventEnd (today + 30). set newStamps to get stamp date of (every event of calendar…
SamZay
  • 79
  • 5
0
votes
1 answer

How to create a subscribtion link to ICS/Webcal calendars?

ICS files on Android are downloaded by default an not opened by the calendar app. When using Google Calendar or Outlook on desktops, ICS files need to be imported manually after downloading. What link format is required for the ICS files to be…
meles
  • 315
  • 1
  • 4
  • 13
0
votes
0 answers

How to decode the "categories" and "trigger" parameters of an iCalendar?

I want to extract information from an .ics file and I am having problems with certain parameters. When extracting "categories" the encoded information appears, and with the "trigger" parameter I can't directly extract anything. I have tried many…
0
votes
0 answers

Node mailer ICS event isn't appearing in outlook

I am trying to send a meeting request using nodemailer, I am able to generate and send an ICS file when I send it to a gmail account I can see the meeting But when I send it to an outlook account I only see the attachment, is there a way to send it…
0
votes
1 answer

Display calendar availability in flutter using table_calendar, icalendar_parser and http

How to display calendar availability in flutter like similiar AIRBNB? I dont know how to display json data to event table_calendar I already combine code from package icalendar_parser and http, I use http for url and convert that string to json…
0
votes
1 answer

Pregreplace on an ics file in php

Very short version of this question is "How do I remove all lines of a multiline string if they don't contain one of many keywords in the line?" i'm making an app in php and js and really don't want to use many outside libraries to bloat my code and…
Shawn
  • 871
  • 2
  • 12
  • 22
0
votes
1 answer

iCal ics file doesn't add any events to calendar with no errors

It's a messy code but I've been working on a simple webpage that takes in a standardised format of string, which is a series of dates and a three letter code. I'm trying to create a single ics download file that adds each of these dates as…
Tarik
  • 60
  • 1
  • 9
0
votes
0 answers

ICS file doesn't load in the calendar

I am creating this ICS file and validating it here: Validator BEGIN:VCALENDAR VERSION:2.0 PRODID:-//hacksw/handcal//NONSGML v1.0//EN CALSCALE:GREGORIAN BEGIN:VEVENT DTSTART:20221221T202256Z DTEND:20221221T205256Z DESCRIPTION:test LOCATION:v…
Toma Tomov
  • 1,476
  • 19
  • 55
0
votes
1 answer

MMS with non-media attachment using Android intents

I would like to attach a .ics file (icalendar file) to an MMS message, but the android messaging application seem restricted to media attachments only. The MMS application opens with everything in order (To and body fields) but there is no trace of…
0
votes
0 answers

How to debug a function while there are no errors and warnings?

I want to make a program to get course information from my college website, then generate a .xlsx for print use and a .ics so that I can import it into Apple Calendar. https://github.com/civilix/WasedaClassSchedule I had only been learning python…
0
votes
0 answers

Question about Google Calendar API and create multiple Calendars

I would like to create a script in python that creates events for me for each individual user, I know how to get the list of calendars, but I would like the script to check if there is already a calendar available with that user name and if there…
TUX One
  • 107
  • 3
  • 11
0
votes
0 answers

Update Series: should it cancel existing overrides?

I have a repeating series named Test every day for five days. I change the second occurrence with a new name Test Override. It looks (roughly) like this on a Calendar grid: Day1 | Day2 | Day3 | Day4 |…
jk_
  • 5,448
  • 5
  • 25
  • 23
0
votes
0 answers

How to update the organiser's caldav client without sending mail in sabre dav?

RFC6638 Section 3.2.1 says that if organizer and attendee same don't send mail. https://www.rfc-editor.org/rfc/rfc6638#section-7.2 Then how to update the organizer's caldav client without sending mail ? So i got a sabre dav server and it only send…
Furqan
  • 1
0
votes
0 answers

How create a LIVE Calendar with subscribe URL

Morning, I would like to find a system to create a calendar that contains multiple events for a single user, these events are often updated with new information, I have a version that creates ICS files, but I always have problems with overwriting in…
user20754488
0
votes
0 answers

ICS Event with Status:Cancelled is Being Re-Added to the Mac Outlook Calendar?

I sent this .ics event with an email: BEGIN:VCALENDAR VERSION:2.0 CALSCALE:GREGORIAN PRODID:adamgibbons/ics METHOD:REQUEST X-PUBLISHED-TTL:PT1H BEGIN:VEVENT UID:RUo-Akvn-dNj7pve87fNv SUMMARY:Appointment with your Nurse at…
VikR
  • 4,818
  • 8
  • 51
  • 96