Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: http-500 when deleting a calendar event #44940

Open
5 of 8 tasks
r2evans opened this issue Apr 19, 2024 · 4 comments
Open
5 of 8 tasks

[Bug]: http-500 when deleting a calendar event #44940

r2evans opened this issue Apr 19, 2024 · 4 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 28-feedback bug feature: caldav Related to CalDAV internals

Comments

@r2evans
Copy link

r2evans commented Apr 19, 2024

⚠️ This issue respects the following points: ⚠️

Bug description

There is an event in my private calendar that I cannot delete. I can delete other events in the same calendar, just not this one. I'm able to export it and edit it.

Steps to reproduce

I don't know what it is about this event that causes it to be undeleteable.

Expected behavior

Ability to delete any event in my private calendar.

Installation method

Community Docker image

Nextcloud Server version

28

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.2

Web server

Apache (supported)

Database engine version

PostgreSQL

Is this bug present after an update or on a fresh install?

Fresh Nextcloud Server install

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

{                                       
    "system": {                                                                               
        "htaccess.RewriteBase": "\/",
        "redis": {            
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },                                                                                    
        "memcache.local": "\\OC\\Memcache\\APCu",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "apps_paths": [
            {                                                                                                                                                                                
                "path": "\/var\/www\/html\/apps",                                                                                                                                            
                "url": "\/apps",                                                              
                "writable": false                                                                                                                                                            
            },                                                                                
            {                                                                                                                                                                                
                "path": "\/var\/www\/html\/custom_apps",                                                                                                                                     
                "url": "\/custom_apps",
                "writable": true                                                                                                                                                             
            }                                                                                 
        ],                                                                                                                                                                                   
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",                                                                                                                                     
        "secret": "***REMOVED SENSITIVE VALUE***",                                                                                                                                           
        "trusted_domains": [                                                                                                                                                                 
            "oc.mydomain.com"                                                                                                                                                   
        ],                                                                                                                                                                                   
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",                                                                                                                                  
        "forwarded_for_headers": [                                                            
            "HTTP_X_FORWARDED_FOR"                                                                                                                                                           
        ],                                                                                                                                                                                   
        "datadirectory": "***REMOVED SENSITIVE VALUE***",                                                                                                                                    
        "dbtype": "pgsql",                                                                                                                                                                   
        "version": "28.0.4.1",                                                                                                                                                               
        "dbname": "***REMOVED SENSITIVE VALUE***",                                    
        "dbhost": "***REMOVED SENSITIVE VALUE***",                                                                                                                                           
        "dbport": "",                                                                                                                                                                        
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",                                                                                                                                           
        "dbpassword": "***REMOVED SENSITIVE VALUE***",                                                                                                                                       
        "installed": true,                                                                                                                                                                   
        "overwritehost": "oc.mydomain.com",                                                                                                                                     
        "overwritewebroot": "\/cloud",                                                                                                                                                       
        "overwriteprotocol": "https",                                                         
        "overwrite.cli.url": "https:\/\/oc.mydomain.com\/cloud",                                                                                                                
        "instanceid": "***REMOVED SENSITIVE VALUE***",                   
        "theme": "",                                                                                                                                                                         
        "loglevel": 2,      
        "maintenance": false,                                                                                                                                                                
        "ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",                                                                                                                        
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",                                                                                                                                
        "mail_smtpmode": "smtp",                                                                                                                                                             
        "mail_sendmailmode": "smtp",                                                                                                                                                         
        "mail_domain": "***REMOVED SENSITIVE VALUE***",                                                                                                                                      
        "mail_smtpauthtype": "LOGIN",                                                                                                                                                        
        "mail_smtpauth": 1,                                                                                                                                                                  
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",                                                                                                                                    
        "mail_smtpport": "587",                                                                                                                                                              
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",                       
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",                                 
        "mail_smtpsecure": "tls",                                                             
        "lost_password_link": "disabled",      
        "session_timeout": 129600,       
        "session_keepalive": false,      
        "remember_login_cookie_lifetime": 604800,                                             
        "simpleSignUpLink.shown": false,       
        "default_phone_region": "US",                                                         
        "allow_local_remote_servers": true,                                                   
        "twofactor_enforced": "true",                                                         
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [],                                             
        "app_install_overwrite": [   
            "twofactor_admin",
            "impersonate"                                                                     
        ],              
        "check_for_working_wellknown_setup": false,                                           
        "maintenance_window_start": 6                                                         
    }                                                                                         
}

List of activated Apps

Enabled:
  - activity: 2.20.0
  - admin_audit: 1.18.0
  - bruteforcesettings: 2.8.0
  - calendar: 4.6.7
  - circles: 28.0.0
  - cloud_federation_api: 1.11.0
  - comments: 1.18.0
  - contacts: 5.5.3
  - contactsinteraction: 1.9.0
  - dav: 1.29.1
  - federatedfilesharing: 1.18.0
  - federation: 1.18.0
  - files: 2.0.0
  - files_external: 1.20.0
  - files_pdfviewer: 2.9.0
  - files_reminders: 1.1.0
  - files_sharing: 1.20.0
  - files_trashbin: 1.18.0
  - files_versions: 1.21.0
  - impersonate: 1.15.0
  - logreader: 2.13.0
  - lookup_server_connector: 1.16.0
  - notifications: 2.16.0
  - oauth2: 1.16.3
  - password_policy: 1.18.0
  - photos: 2.4.0
  - privacy: 1.12.0
  - provisioning_api: 1.18.0
  - related_resources: 1.3.0
  - serverinfo: 1.18.0
  - settings: 1.10.1
  - spreed: 18.0.7
  - systemtags: 1.18.0
  - text: 3.9.1
  - theming: 2.3.0
  - twofactor_backupcodes: 1.17.0
  - twofactor_totp: 10.0.0-beta.2
  - user_ldap: 1.19.0
  - viewer: 2.2.0
  - weather_status: 1.8.0
  - workflowengine: 2.10.0
Disabled:
  - dashboard: 7.8.0 (installed 7.7.0)
  - encryption: 2.16.0
  - files_rightclick: 0.15.1 (installed 1.6.0)
  - firstrunwizard: 2.17.0 (installed 2.2.1)
  - nextcloud_announcements: 1.17.0 (installed 1.5.0)
  - recommendations: 2.0.0 (installed 0.4.0)
  - sharebymail: 1.18.0 (installed 1.5.0)
  - support: 1.11.1 (installed 1.8.0)
  - survey_client: 1.16.0 (installed 1.3.0)
  - suspicious_login: 6.0.0
  - updatenotification: 1.18.0 (installed 1.6.0)
  - user_status: 1.8.1 (installed 1.6.0)

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

{"reqId":"77gFJFUjji5cYkYnpiR9","level":3,"time":"2024-04-19T21:19:22+00:00","remoteAddr":"68.131.31.88","user":"myuser","app":"webdav","method":"DELETE","url":"/cloud/remote.php/dav/calendars/myuser/default/B90E844B-43C3-448B-8452-89637133AD09.ics","message":"The supplied iCalendar datetime value is incorrect: master","userAgent":"DAVx5/4.3.15-gplay (2024/03/16; dav4jvm; okhttp/4.12.0) Android/14","version":"28.0.4.1","exception":{"Exception":"Sabre\\VObject\\InvalidDataException","Message":"The supplied iCalendar datetime value is incorrect: master","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/sabre/vobject/lib/DateTimeParser.php","line":205,"function":"parseDateTime","class":"Sabre\\VObject\\DateTimeParser","type":"::","args":["master",["DateTimeZone"]]},{"file":"/var/www/html/3rdparty/sabre/vobject/lib/ITip/Broker.php","line":737,"function":"parse","class":"Sabre\\VObject\\DateTimeParser","type":"::","args":["master",["DateTimeZone"]]},{"file":"/var/www/html/3rdparty/sabre/vobject/lib/ITip/Broker.php","line":251,"function":"parseEventForAttendee","class":"Sabre\\VObject\\ITip\\Broker","type":"->","args":[["Sabre\\VObject\\Component\\VCalendar",null,"VCALENDAR"],["3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com","mailto:some.name@domain.com",["Sabre\\VObject\\Parameter",null,"CN",false],"SERVER",null,"And 7 more entries, set log level to debug to see all entries"],["3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com","mailto:some.name@domain.com",["Sabre\\VObject\\Parameter",null,"CN",false],"SERVER",null,"And 7 more entries, set log level to debug to see all entries"],["Sabre\\VObject\\Property\\ICalendar\\CalAddress",null,"ATTENDEE",null,[["Sabre\\VObject\\Parameter",null,"PARTSTAT",false],["Sabre\\VObject\\Parameter",null,"CN",false]],""]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php","line":393,"function":"parseEvent","class":"Sabre\\VObject\\ITip\\Broker","type":"->","args":[null,["mailto:billevans@mydomain.com","/cloud/remote.php/dav/principals/users/myuser/"],["Sabre\\VObject\\Component\\VCalendar",null,"VCALENDAR"]]},{"file":"/var/www/html/apps/dav/lib/CalDAV/Schedule/Plugin.php","line":180,"function":"beforeUnbind","class":"Sabre\\CalDAV\\Schedule\\Plugin","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeUnbind","class":"OCA\\DAV\\CalDAV\\Schedule\\Plugin","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":278,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["beforeUnbind",["*** sensitive parameters replaced ***"]]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpDelete","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["method:DELETE",[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":172,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/3rdparty/sabre/vobject/lib/DateTimeParser.php","Line":40,"message":"The supplied iCalendar datetime value is incorrect: master","exception":{},"CustomMessage":"The supplied iCalendar datetime value is incorrect: master"}}
{"reqId":"7Dn6JIEm8Dh1WiWm1Vz2","level":3,"time":"2024-04-19T21:20:18+00:00","remoteAddr":"68.131.31.88","user":"myuser","app":"webdav","method":"DELETE","url":"/cloud/remote.php/dav/calendars/myuser/default/B90E844B-43C3-448B-8452-89637133AD09.ics","message":"The supplied iCalendar datetime value is incorrect: master","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","version":"28.0.4.1","exception":{"Exception":"Sabre\\VObject\\InvalidDataException","Message":"The supplied iCalendar datetime value is incorrect: master","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/sabre/vobject/lib/DateTimeParser.php","line":205,"function":"parseDateTime","class":"Sabre\\VObject\\DateTimeParser","type":"::","args":["master",["DateTimeZone"]]},{"file":"/var/www/html/3rdparty/sabre/vobject/lib/ITip/Broker.php","line":737,"function":"parse","class":"Sabre\\VObject\\DateTimeParser","type":"::","args":["master",["DateTimeZone"]]},{"file":"/var/www/html/3rdparty/sabre/vobject/lib/ITip/Broker.php","line":251,"function":"parseEventForAttendee","class":"Sabre\\VObject\\ITip\\Broker","type":"->","args":[["Sabre\\VObject\\Component\\VCalendar",null,"VCALENDAR"],["3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com","mailto:some.name@domain.com",["Sabre\\VObject\\Parameter",null,"CN",false],"SERVER",null,"And 7 more entries, set log level to debug to see all entries"],["3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com","mailto:some.name@domain.com",["Sabre\\VObject\\Parameter",null,"CN",false],"SERVER",null,"And 7 more entries, set log level to debug to see all entries"],["Sabre\\VObject\\Property\\ICalendar\\CalAddress",null,"ATTENDEE",null,[["Sabre\\VObject\\Parameter",null,"PARTSTAT",false],["Sabre\\VObject\\Parameter",null,"CN",false]],""]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php","line":393,"function":"parseEvent","class":"Sabre\\VObject\\ITip\\Broker","type":"->","args":[null,["mailto:billevans@mydomain.com","/cloud/remote.php/dav/principals/users/myuser/"],["Sabre\\VObject\\Component\\VCalendar",null,"VCALENDAR"]]},{"file":"/var/www/html/apps/dav/lib/CalDAV/Schedule/Plugin.php","line":180,"function":"beforeUnbind","class":"Sabre\\CalDAV\\Schedule\\Plugin","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeUnbind","class":"OCA\\DAV\\CalDAV\\Schedule\\Plugin","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":278,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["beforeUnbind",["*** sensitive parameters replaced ***"]]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpDelete","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["method:DELETE",[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":172,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/3rdparty/sabre/vobject/lib/DateTimeParser.php","Line":40,"message":"The supplied iCalendar datetime value is incorrect: master","exception":{},"CustomMessage":"The supplied iCalendar datetime value is incorrect: master"}}
{"reqId":"sYZ3NLGrSQuL9zYP7TeN","level":3,"time":"2024-04-19T21:20:56+00:00","remoteAddr":"68.131.31.88","user":"myuser","app":"webdav","method":"DELETE","url":"/cloud/remote.php/dav/calendars/myuser/default/B90E844B-43C3-448B-8452-89637133AD09.ics","message":"The supplied iCalendar datetime value is incorrect: master","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","version":"28.0.4.1","exception":{"Exception":"Sabre\\VObject\\InvalidDataException","Message":"The supplied iCalendar datetime value is incorrect: master","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/sabre/vobject/lib/DateTimeParser.php","line":205,"function":"parseDateTime","class":"Sabre\\VObject\\DateTimeParser","type":"::","args":["master",["DateTimeZone"]]},{"file":"/var/www/html/3rdparty/sabre/vobject/lib/ITip/Broker.php","line":737,"function":"parse","class":"Sabre\\VObject\\DateTimeParser","type":"::","args":["master",["DateTimeZone"]]},{"file":"/var/www/html/3rdparty/sabre/vobject/lib/ITip/Broker.php","line":251,"function":"parseEventForAttendee","class":"Sabre\\VObject\\ITip\\Broker","type":"->","args":[["Sabre\\VObject\\Component\\VCalendar",null,"VCALENDAR"],["3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com","mailto:some.name@domain.com",["Sabre\\VObject\\Parameter",null,"CN",false],"SERVER",null,"And 7 more entries, set log level to debug to see all entries"],["3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com","mailto:some.name@domain.com",["Sabre\\VObject\\Parameter",null,"CN",false],"SERVER",null,"And 7 more entries, set log level to debug to see all entries"],["Sabre\\VObject\\Property\\ICalendar\\CalAddress",null,"ATTENDEE",null,[["Sabre\\VObject\\Parameter",null,"PARTSTAT",false],["Sabre\\VObject\\Parameter",null,"CN",false]],""]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php","line":393,"function":"parseEvent","class":"Sabre\\VObject\\ITip\\Broker","type":"->","args":[null,["mailto:billevans@mydomain.com","/cloud/remote.php/dav/principals/users/myuser/"],["Sabre\\VObject\\Component\\VCalendar",null,"VCALENDAR"]]},{"file":"/var/www/html/apps/dav/lib/CalDAV/Schedule/Plugin.php","line":180,"function":"beforeUnbind","class":"Sabre\\CalDAV\\Schedule\\Plugin","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeUnbind","class":"OCA\\DAV\\CalDAV\\Schedule\\Plugin","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":278,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["beforeUnbind",["*** sensitive parameters replaced ***"]]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpDelete","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["method:DELETE",[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":172,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/3rdparty/sabre/vobject/lib/DateTimeParser.php","Line":40,"message":"The supplied iCalendar datetime value is incorrect: master","exception":{},"CustomMessage":"The supplied iCalendar datetime value is incorrect: master"}}
{"reqId":"GypeB2SRvbWsH7QApz3S","level":3,"time":"2024-04-19T21:21:48+00:00","remoteAddr":"68.131.31.88","user":"myuser","app":"webdav","method":"DELETE","url":"/cloud/remote.php/dav/calendars/myuser/default/B90E844B-43C3-448B-8452-89637133AD09.ics","message":"The supplied iCalendar datetime value is incorrect: master","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","version":"28.0.4.1","exception":{"Exception":"Sabre\\VObject\\InvalidDataException","Message":"The supplied iCalendar datetime value is incorrect: master","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/sabre/vobject/lib/DateTimeParser.php","line":205,"function":"parseDateTime","class":"Sabre\\VObject\\DateTimeParser","type":"::","args":["master",["DateTimeZone"]]},{"file":"/var/www/html/3rdparty/sabre/vobject/lib/ITip/Broker.php","line":737,"function":"parse","class":"Sabre\\VObject\\DateTimeParser","type":"::","args":["master",["DateTimeZone"]]},{"file":"/var/www/html/3rdparty/sabre/vobject/lib/ITip/Broker.php","line":251,"function":"parseEventForAttendee","class":"Sabre\\VObject\\ITip\\Broker","type":"->","args":[["Sabre\\VObject\\Component\\VCalendar",null,"VCALENDAR"],["3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com","mailto:some.name@domain.com",["Sabre\\VObject\\Parameter",null,"CN",false],"SERVER",null,"And 7 more entries, set log level to debug to see all entries"],["3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com","mailto:some.name@domain.com",["Sabre\\VObject\\Parameter",null,"CN",false],"SERVER",null,"And 7 more entries, set log level to debug to see all entries"],["Sabre\\VObject\\Property\\ICalendar\\CalAddress",null,"ATTENDEE",null,[["Sabre\\VObject\\Parameter",null,"PARTSTAT",false],["Sabre\\VObject\\Parameter",null,"CN",false]],""]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php","line":393,"function":"parseEvent","class":"Sabre\\VObject\\ITip\\Broker","type":"->","args":[null,["mailto:billevans@mydomain.com","/cloud/remote.php/dav/principals/users/myuser/"],["Sabre\\VObject\\Component\\VCalendar",null,"VCALENDAR"]]},{"file":"/var/www/html/apps/dav/lib/CalDAV/Schedule/Plugin.php","line":180,"function":"beforeUnbind","class":"Sabre\\CalDAV\\Schedule\\Plugin","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeUnbind","class":"OCA\\DAV\\CalDAV\\Schedule\\Plugin","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":278,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["beforeUnbind",["*** sensitive parameters replaced ***"]]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpDelete","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["method:DELETE",[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":172,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/3rdparty/sabre/vobject/lib/DateTimeParser.php","Line":40,"message":"The supplied iCalendar datetime value is incorrect: master","exception":{},"CustomMessage":"The supplied iCalendar datetime value is incorrect: master"}}
{"reqId":"BcrcfArqzOPTrkb4buRF","level":3,"time":"2024-04-19T21:23:03+00:00","remoteAddr":"68.131.31.88","user":"myuser","app":"webdav","method":"DELETE","url":"/cloud/remote.php/dav/calendars/myuser/default/B90E844B-43C3-448B-8452-89637133AD09.ics","message":"The supplied iCalendar datetime value is incorrect: master","userAgent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0","version":"28.0.4.1","exception":{"Exception":"Sabre\\VObject\\InvalidDataException","Message":"The supplied iCalendar datetime value is incorrect: master","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/sabre/vobject/lib/DateTimeParser.php","line":205,"function":"parseDateTime","class":"Sabre\\VObject\\DateTimeParser","type":"::","args":["master",["DateTimeZone"]]},{"file":"/var/www/html/3rdparty/sabre/vobject/lib/ITip/Broker.php","line":737,"function":"parse","class":"Sabre\\VObject\\DateTimeParser","type":"::","args":["master",["DateTimeZone"]]},{"file":"/var/www/html/3rdparty/sabre/vobject/lib/ITip/Broker.php","line":251,"function":"parseEventForAttendee","class":"Sabre\\VObject\\ITip\\Broker","type":"->","args":[["Sabre\\VObject\\Component\\VCalendar",null,"VCALENDAR"],["3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com","mailto:some.name@domain.com",["Sabre\\VObject\\Parameter",null,"CN",false],"SERVER",null,"And 7 more entries, set log level to debug to see all entries"],["3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com","mailto:some.name@domain.com",["Sabre\\VObject\\Parameter",null,"CN",false],"SERVER",null,"And 7 more entries, set log level to debug to see all entries"],["Sabre\\VObject\\Property\\ICalendar\\CalAddress",null,"ATTENDEE",null,[["Sabre\\VObject\\Parameter",null,"PARTSTAT",false],["Sabre\\VObject\\Parameter",null,"CN",false]],""]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php","line":393,"function":"parseEvent","class":"Sabre\\VObject\\ITip\\Broker","type":"->","args":[null,["mailto:billevans@mydomain.com","/cloud/remote.php/dav/principals/users/myuser/"],["Sabre\\VObject\\Component\\VCalendar",null,"VCALENDAR"]]},{"file":"/var/www/html/apps/dav/lib/CalDAV/Schedule/Plugin.php","line":180,"function":"beforeUnbind","class":"Sabre\\CalDAV\\Schedule\\Plugin","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeUnbind","class":"OCA\\DAV\\CalDAV\\Schedule\\Plugin","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":278,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["beforeUnbind",["*** sensitive parameters replaced ***"]]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpDelete","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["method:DELETE",[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":172,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/3rdparty/sabre/vobject/lib/DateTimeParser.php","Line":40,"message":"The supplied iCalendar datetime value is incorrect: master","exception":{},"CustomMessage":"The supplied iCalendar datetime value is incorrect: master"}}
{"reqId":"JfINO3mrun1abc9tF6Pj","level":3,"time":"2024-04-19T21:25:51+00:00","remoteAddr":"68.131.31.88","user":"myuser","app":"webdav","method":"DELETE","url":"/cloud/remote.php/dav/calendars/myuser/default/B90E844B-43C3-448B-8452-89637133AD09.ics","message":"The supplied iCalendar datetime value is incorrect: master","userAgent":"Mozilla/5.0 (X11; Linux x86_64; rv:115.0) Gecko/20100101 Thunderbird/115.9.0","version":"28.0.4.1","exception":{"Exception":"Sabre\\VObject\\InvalidDataException","Message":"The supplied iCalendar datetime value is incorrect: master","Code":0,"Trace":[{"file":"/var/www/html/3rdparty/sabre/vobject/lib/DateTimeParser.php","line":205,"function":"parseDateTime","class":"Sabre\\VObject\\DateTimeParser","type":"::","args":["master",["DateTimeZone"]]},{"file":"/var/www/html/3rdparty/sabre/vobject/lib/ITip/Broker.php","line":737,"function":"parse","class":"Sabre\\VObject\\DateTimeParser","type":"::","args":["master",["DateTimeZone"]]},{"file":"/var/www/html/3rdparty/sabre/vobject/lib/ITip/Broker.php","line":251,"function":"parseEventForAttendee","class":"Sabre\\VObject\\ITip\\Broker","type":"->","args":[["Sabre\\VObject\\Component\\VCalendar",null,"VCALENDAR"],["3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com","mailto:some.name@domain.com",["Sabre\\VObject\\Parameter",null,"CN",false],"SERVER",null,"And 7 more entries, set log level to debug to see all entries"],["3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com","mailto:some.name@domain.com",["Sabre\\VObject\\Parameter",null,"CN",false],"SERVER",null,"And 7 more entries, set log level to debug to see all entries"],["Sabre\\VObject\\Property\\ICalendar\\CalAddress",null,"ATTENDEE",null,[["Sabre\\VObject\\Parameter",null,"PARTSTAT",false],["Sabre\\VObject\\Parameter",null,"CN",false]],""]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/CalDAV/Schedule/Plugin.php","line":393,"function":"parseEvent","class":"Sabre\\VObject\\ITip\\Broker","type":"->","args":[null,["mailto:billevans@mydomain.com","/cloud/remote.php/dav/principals/users/myuser/"],["Sabre\\VObject\\Component\\VCalendar",null,"VCALENDAR"]]},{"file":"/var/www/html/apps/dav/lib/CalDAV/Schedule/Plugin.php","line":180,"function":"beforeUnbind","class":"Sabre\\CalDAV\\Schedule\\Plugin","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"beforeUnbind","class":"OCA\\DAV\\CalDAV\\Schedule\\Plugin","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":278,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["beforeUnbind",["*** sensitive parameters replaced ***"]]},{"file":"/var/www/html/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpDelete","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->","args":["method:DELETE",[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[["Sabre\\HTTP\\Request"],["Sabre\\HTTP\\Response"]]},{"file":"/var/www/html/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/lib/Server.php","line":373,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"/var/www/html/remote.php","line":172,"args":["/var/www/html/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/html/3rdparty/sabre/vobject/lib/DateTimeParser.php","Line":40,"message":"The supplied iCalendar datetime value is incorrect: master","exception":{},"CustomMessage":"The supplied iCalendar datetime value is incorrect: master"}}

Additional info

No response

@r2evans r2evans added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Apr 19, 2024
@joshtrichards joshtrichards added the feature: caldav Related to CalDAV internals label Apr 20, 2024
@joshtrichards
Copy link
Member

joshtrichards commented Apr 23, 2024

https://github.com/nextcloud/3rdparty/blob/87b53659c4a128ce87aa0ffb8c0d830c62655034/sabre/vobject/lib/DateTimeParser.php#L34-L41

That's a very weird date (master). It's definitely never going to pass that area of code.

I understand why it's failing. The question is: how'd it get in there to start with? :)

Any idea about the origin of this problematic event? Has it been in place for a long time? How it was created originally? Etc.

@r2evans
Copy link
Author

r2evans commented Apr 25, 2024

I have no idea. The original ICS was sent via an automated CRM to me (I'm not aware which one) from Posit (an R/python company), and they've sent others (before and after sending this one) without issue.

@SebastianKrupinski
Copy link

Hi @r2evans,

Can you export that event from the GUI? or from the database directly? (Table 'calendarObjects' -> Field 'uri' = 'B90E844B-43C3-448B-8452-89637133AD09.ics')

@r2evans
Copy link
Author

r2evans commented Apr 30, 2024

From the database:

id,calendardata,uri,calendarid,lastmodified,etag,size,componenttype,firstoccurence,lastoccurence,uid,classification,calendartype,deleted_at
3589,\x424547494e3a5643414c454e4441520d0a56455253494f4e3a322e300d0a43414c5343414c453a475245474f5249414e0d0a50524f4449443a2d2f2f4d6f7a696c6c612e6f72672f4e4f4e53474d4c204d6f7a696c6c612043616c656e6461722056312e312f2f454e0d0a424547494e3a5654494d455a4f4e450d0a545a49443a416d65726963612f4e65775f596f726b0d0a424547494e3a4441594c494748540d0a545a4f464653455446524f4d3a2d303530300d0a545a4f4646534554544f3a2d303430300d0a545a4e414d453a4544540d0a445453544152543a3139373030333038543032303030300d0a5252554c453a465245513d594541524c593b42594d4f4e54483d333b42594441593d3253550d0a454e443a4441594c494748540d0a424547494e3a5354414e444152440d0a545a4f464653455446524f4d3a2d303430300d0a545a4f4646534554544f3a2d303530300d0a545a4e414d453a4553540d0a445453544152543a3139373031313031543032303030300d0a5252554c453a465245513d594541524c593b42594d4f4e54483d31313b42594441593d3153550d0a454e443a5354414e444152440d0a454e443a5654494d455a4f4e450d0a424547494e3a564556454e540d0a4c4153542d4d4f4449464945443a3230323430343135543131353434355a0d0a44545354414d503a3230323430343135543131353434355a0d0a5549443a33626c63727663646e7033626e6e74636c70686f6a6a62336f325f5232303233313231345431363330303040676f6f676c652e636f6d0d0a52444154453b545a49443d416d65726963612f4e65775f596f726b3a3230323430353039543131333030300d0a445453544152543b545a49443d416d65726963612f4e65775f596f726b3a3230323430353039543131333030300d0a53455155454e43453a310d0a582d4d4f5a2d47454e45524154494f4e3a310d0a454e443a564556454e540d0a424547494e3a564556454e540d0a435245415445443a3230323330393236543137323931335a0d0a4c4153542d4d4f4449464945443a3230323430343139543231333933325a0d0a44545354414d503a3230323430343139543231333933325a0d0a5549443a33626c63727663646e7033626e6e74636c70686f6a6a62336f325f5232303233313231345431363330303040676f6f676c652e636f6d0d0a53554d4d4152593a536f6d657468696e672077726f6e67207769746820746869730d0a5354415455533a434f4e4649524d45440d0a524543555252454e43452d49443b545a49443d416d65726963612f4e65775f596f726b3a3230323430353039543131333030300d0a4f5247414e495a45523b434e3d536f6d65204e616d653b5343484544554c452d5354415455533d352e303a6d61696c746f3a736f6d652e6e616d6540646f6d61696e2e636f6d0d0a415454454e4445453b434e3d536f6d65204e616d653b50415254535441543d41434345505445443b4355545950453d494e444956494455414c3b524f4c453d5245512d50415254494349500d0a20414e543b582d4e554d2d4755455354533d303a6d61696c746f3a736f6d652e6e616d6540646f6d61696e2e636f6d0d0a415454454e4445453b434e3d536f6d65626f647920456c73653b50415254535441543d4e454544532d414354494f4e3b4355545950453d494e444956494455414c3b524f4c453d5245512d0d0a205041525449434950414e543b582d4e554d2d4755455354533d303a6d61696c746f3a736f6d65626f64792e656c736540646f6d61696e2e636f6d0d0a415454454e4445453b434e3d62696c6c406163746976656465636973696f6e737570706f72742e636f6d3b50415254535441543d4e454544532d414354494f4e3b4355545950453d494e440d0a204956494455414c3b524f4c453d5245512d5041525449434950414e543b582d4e554d2d4755455354533d303a6d61696c746f3a62696c6c406163746976656465636973696f6e737570700d0a206f72742e636f6d0d0a415454454e4445453b434e3d64756e63616e2e656c6c6973406163746976656465636973696f6e737570706f72742e636f6d3b50415254535441543d4e454544532d414354494f4e3b43550d0a20545950453d494e444956494455414c3b524f4c453d5245512d5041525449434950414e543b582d4e554d2d4755455354533d303a6d61696c746f3a64756e63616e2e656c6c69734061630d0a20746976656465636973696f6e737570706f72742e636f6d0d0a415454454e4445453b434e3d62696c6c6576616e73406163746976656465636973696f6e737570706f72742e636f6d3b50415254535441543d4445434c494e45443b4355545950453d494e0d0a20444956494455414c3b524f4c453d5245512d5041525449434950414e543b582d4e554d2d4755455354533d303a6d61696c746f3a62696c6c6576616e73406163746976656465636973690d0a206f6e737570706f72742e636f6d0d0a445453544152543b545a49443d416d65726963612f4e65775f596f726b3a3230323230353130543135333030300d0a4454454e443b545a49443d416d65726963612f4e65775f596f726b3a3230323230353130543233343030300d0a582d4d4943524f534f46542d43444f2d4f574e45524150505449443a313833353139323536320d0a4445534352495054494f4e3b414c545245503d22646174613a746578742f68746d6c2c4925323070726f706f73696e672532307468697325323074696d65253230746f2532306d656574250d0a203230536f6d65626f6479253230456c736525323077686f25323077696c6c2532306265253230796f75722532306e65772532304163636f756e74253230457865637574697665253243250d0a20323049253230616d2532307374696c6c253230796f7572253230437573746f6d6572253230537563636573732532304d616e616765722e223a492070726f706f73696e672074686973200d0a2074696d6520746f206d65657420536f6d65626f647920456c73652077686f2077696c6c20626520796f7572206e6577204163636f756e74204578656375746976655c2c204920616d20730d0a2074696c6c20796f757220437573746f6d65722053756363657373204d616e616765722e0d0a53455155454e43453a350d0a5452414e53503a4f50415155450d0a424547494e3a56414c41524d0d0a414354494f4e3a444953504c41590d0a545249474745523a2d505431304d0d0a4445534352495054494f4e3a5468697320697320616e206576656e742072656d696e6465720d0a454e443a56414c41524d0d0a454e443a564556454e540d0a454e443a5643414c454e4441520d0a,B90E844B-43C3-448B-8452-89637133AD09.ics,4,1713562772,7b0211ef3181475bdb354ad6174aa13e,2462,VEVENT,1652211000,1652240400,3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com,0,0,
Exported ICS contents.
BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
BEGIN:VTIMEZONE
TZID:America/New_York
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:19700308T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:19701101T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
LAST-MODIFIED:20240415T115445Z
DTSTAMP:20240415T115445Z
UID:3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com
RDATE;TZID=America/New_York:20240509T113000
DTSTART;TZID=America/New_York:20240509T113000
SEQUENCE:1
X-MOZ-GENERATION:1
END:VEVENT
BEGIN:VEVENT
CREATED:20230926T172913Z
LAST-MODIFIED:20240419T213932Z
DTSTAMP:20240419T213932Z
UID:3blcrvcdnp3bnntclphojjb3o2_R20231214T163000@google.com
SUMMARY:Something wrong with this
STATUS:CONFIRMED
RECURRENCE-ID;TZID=America/New_York:20240509T113000
ORGANIZER;CN=Some Name;SCHEDULE-STATUS=5.0:mailto:some.name@domain.com
ATTENDEE;CN=Some Name;PARTSTAT=ACCEPTED;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIP
 ANT;X-NUM-GUESTS=0:mailto:some.name@domain.com
ATTENDEE;CN=Somebody Else;PARTSTAT=NEEDS-ACTION;CUTYPE=INDIVIDUAL;ROLE=REQ-
 PARTICIPANT;X-NUM-GUESTS=0:mailto:somebody.else@domain.com
ATTENDEE;CN=bill@activedecisionsupport.com;PARTSTAT=NEEDS-ACTION;CUTYPE=IND
 IVIDUAL;ROLE=REQ-PARTICIPANT;X-NUM-GUESTS=0:mailto:bill@activedecisionsupp
 ort.com
ATTENDEE;CN=duncan.ellis@activedecisionsupport.com;PARTSTAT=NEEDS-ACTION;CU
 TYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;X-NUM-GUESTS=0:mailto:duncan.ellis@ac
 tivedecisionsupport.com
ATTENDEE;CN=billevans@activedecisionsupport.com;PARTSTAT=DECLINED;CUTYPE=IN
 DIVIDUAL;ROLE=REQ-PARTICIPANT;X-NUM-GUESTS=0:mailto:billevans@activedecisi
 onsupport.com
DTSTART;TZID=America/New_York:20220510T153000
DTEND;TZID=America/New_York:20220510T234000
X-MICROSOFT-CDO-OWNERAPPTID:1835192562
DESCRIPTION;ALTREP="data:text/html,I%20proposing%20this%20time%20to%20meet%
 20Somebody%20Else%20who%20will%20be%20your%20new%20Account%20Executive%2C%
 20I%20am%20still%20your%20Customer%20Success%20Manager.":I proposing this 
 time to meet Somebody Else who will be your new Account Executive\, I am s
 till your Customer Success Manager.
SEQUENCE:5
TRANSP:OPAQUE
BEGIN:VALARM
ACTION:DISPLAY
TRIGGER:-PT10M
DESCRIPTION:This is an event reminder
END:VALARM
END:VEVENT
END:VCALENDAR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 28-feedback bug feature: caldav Related to CalDAV internals
Projects
None yet
Development

No branches or pull requests

4 participants