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

Calendar Notifications/Alarms Not Working #240

Open
ArronJLinton opened this issue May 9, 2023 · 0 comments
Open

Calendar Notifications/Alarms Not Working #240

ArronJLinton opened this issue May 9, 2023 · 0 comments

Comments

@ArronJLinton
Copy link

Hello team,

I'm referencing the example for alarms listed in the README and everytime I create an event, the alarm is included in the ICS content, but the event reminder data is incorrect.

alarms.push({
  action: 'audio',
  description: 'Reminder',
  trigger: {hours:2,minutes:30,before:true},
  repeat: 2,
  attachType:'VALUE=URI',
  attach: 'Glass'
})

creates

] BEGIN:VALARM
[0] ACTION:DISPLAY
[0] REPEAT:1
[0] DESCRIPTION:Reminder
[0] ATTACH;VALUE=URI:Glass
[0] TRIGGER:-PT2H30M
[0] END:VALARM

but the calendar invite still defaults to 10 minutes.

Any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant